As it is currently implemented, actions_do() only returns entries for simple actions invoked, not for the advanced actions, unlike what its documentation says.
This is caused by results being stored in $actions_result in one case and in $result in the other case, without merging these arrays.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | actions_965618.patch | 1.4 KB | fgm |
Comments
Comment #1
fgmSuggested patch returns all results in $result, causing the result array to be complete as per the doc.
Comment #3
fgmPatch applies successfully on Drupal-6.x-dev locally. This seems to be a testing infra issue.
Comment #4
fgm#1: actions_965618.patch queued for re-testing.