Closed (fixed)
Project:
Webform
Version:
7.x-3.11
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 09:48 UTC
Updated:
30 Aug 2011 at 11:11 UTC
Jump to comment: Most recent file
Hello,
I was wondering why in webform.module in the function webform_menu(), the first item ($items['admin/content/webform']) has 'type' => MENU_NORMAL_ITEM and not MENU_LOCAL_TASK ?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1197532.patch | 445 bytes | amateescu |
Comments
Comment #1
quicksketchThanks, I hadn't noticed this inconsistency with Drupal 7. In Drupal 6 it made much more sense to be a MENU_NORMAL_ITEM, looks like it just was never changed.
Comment #2
amateescu commentedAnd here's a quick patch for this.
Comment #3
quicksketchCommitted. Thanks for the report and patch!
Comment #4
amateescu commentedI don't see this one in the commit log http://drupalcode.org/project/webform.git/shortlog/refs/heads/master
Maybe you forgot to push?
Comment #5
quicksketchYep, it's pushed now.
Comment #6
anouGreat ! And thanks for the help on this one : http://drupal.org/node/1230784