Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
block.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 02:12 UTC
Updated:
25 Dec 2009 at 02:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
johnalbinI was just noticing this today too. :-\
Comment #2
brianV commentedSomeone accidentally changed 'MENU_LOCAL_TASK' to 'MENU_LOCAL_ACTION'.
Patch changes this back, should restore the 'Add block' link as it was before.
Comment #3
dries commentedHaven't really looked at the surrounding code yet, but it should actually be a MENU_LOCAL_ACTION. We don't want to create a tab, we want to create one of those new '+ Add something' links.
Comment #4
brianV commentedInteresting.... MENU_LOCAL_ACTION doesn't exist in the D7 documentation at http://api.drupal.org/api/function/hook_menu/7 so I wasn't aware it existed.
I'll try to figure out how it should be used in this case.
Comment #5
bleen commentedseems this is a symptom of #556872: Action links do not work on all levels (example: 'add block' action link does not appear)
once that is solved, this issue goes away, so marking as duplicate