Closed (fixed)
Project:
Workflow
Version:
7.x-1.1
Component:
Wokflow Actions
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2013 at 08:43 UTC
Updated:
13 Jun 2013 at 20:42 UTC
Hi,
I've just upgraded workflow from 7.x-1.0+19-dev to 7.x-1.1 and now I get the above notice.
workflow_actions_trigger_info() is returning an empty array to workflow_actions_action_info_alter() which then naively expects the array to contain a 'workflow' element.
Here's a patch that adds a check if the returned array is empty and just returns.
Cheers,
Alan.
| Comment | File | Size | Author |
|---|---|---|---|
| workflow_actions_action_info_alter.patch | 685 bytes | altcom_alan |
Comments
Comment #1
nancydruThanks for the patch. Committed with attribution.
Comment #3
matt.rad commentedHello,
I am having the same issue. Sorry for the newbie question, but what is the best for me to do here? Should I use the patch or should I install the dev version?
Matt
Comment #4
nancydruI would use the dev version. If you're not in a super hurry, 7.x-1.2 will be coming out soon.
Comment #5
matt.rad commentedThanks for your response. I am not in a hurry, so I will wait.