#1908756: Separate Action Links (MENU_LOCAL_ACTION) from hook_menu() added a new mechanism for declaring local actions.
For the sake of brevity, it did not include all of the available conversions.

Here are the ones that are possible now.

CommentFileSizeAuthor
#1 local-action-2006624-1.patch4.57 KBtim.plunkett
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Active » Needs review
Issue tags: +MenuSystemRevamp, +WSCCI-conversion, +MENU_LOCAL_ACTION
FileSize
4.57 KB

For an action to be converted, both it and its parent route must be converted.

Status: Needs review » Needs work
Issue tags: -MenuSystemRevamp, -WSCCI-conversion, -MENU_LOCAL_ACTION

The last submitted patch, local-action-2006624-1.patch, failed testing.

tim.plunkett’s picture

Status: Needs work » Needs review

#1: local-action-2006624-1.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, local-action-2006624-1.patch, failed testing.

jthorson’s picture

Status: Needs work » Needs review
Issue tags: +MenuSystemRevamp, +WSCCI-conversion, +MENU_LOCAL_ACTION

#1: local-action-2006624-1.patch queued for re-testing.

tim.plunkett’s picture

Will need to handle #111715: Convert node/content types into configuration when that's in.

pwolanin’s picture

Title: Implement hook_local_actions() for previously converted routes » Implement LocalAction plugins for previously converted routes
Status: Needs review » Needs work

Needs to be re-worked to use the new plugins

cilefen’s picture

pwolanin: We are looking into this issue. Could you orient me quickly on what you mean by the "new plugins" in this context?

tim.plunkett’s picture

dawehner’s picture

Status: Needs work » Closed (duplicate)

I haven't seen this issue before but to be honest, this patch can't be reused anyway: #2100073: Convert local_actions to the new local action plugins