Closed (fixed)
Project:
Scheduled actions (D7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2012 at 14:15 UTC
Updated:
23 Jan 2012 at 08:30 UTC
When executing advanced actions, the module failed to retreive the action's machine name properly and consequently all advanced actions that have the 'changes_property' behavior did not execute completely ("save" function is not being called).
The attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| 0006-fix-for-scheduled-actions-not-working-on-advanced-ac.patch | 1.12 KB | paranojik |
Comments
Comment #1
slashrsm commentedCommited: http://drupalcode.org/project/scheduled_actions.git/commit/4cb553f
Thanks!