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.

CommentFileSizeAuthor
#1 actions_965618.patch1.4 KBfgm

Comments

fgm’s picture

Status: Active » Needs review
StatusFileSize
new1.4 KB

Suggested patch returns all results in $result, causing the result array to be complete as per the doc.

Status: Needs review » Needs work

The last submitted patch, actions_965618.patch, failed testing.

fgm’s picture

Patch applies successfully on Drupal-6.x-dev locally. This seems to be a testing infra issue.

fgm’s picture

Status: Needs work » Needs review

#1: actions_965618.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, actions_965618.patch, failed testing.

Status: Needs work » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.