Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
4 Jul 2007 at 16:18 UTC
Updated:
24 Jul 2007 at 11:47 UTC
Jump to comment: Most recent file
A small change I made to function menu_edit_menu_submit() wasn't quite right. It should only append 'menu-' to the name for new custom menus, but right now it appends it to all when added OR edited.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | custom_menu_submit_3.patch | 3.15 KB | pwolanin |
| #2 | custom_menu_submit.patch | 1.55 KB | chx |
| #1 | custom_menu_submit_2.patch | 2.15 KB | pwolanin |
| custom_menu_submit_1.patch | 2.19 KB | pwolanin |
Comments
Comment #1
pwolanin commentedminor code changes to avoid repeating the same string concatentation many times with the static string.
Comment #2
chx commentedI more like this way.
Comment #3
chx commentedIgnore my patch it's broken, let's go with #1 .
Comment #4
pwolanin commentedneed to fix the validation function too.
Comment #5
pwolanin commentedwith validation function fix too
Comment #6
webernet commentedTested, and everything appears to be working properly.
Comment #7
flk commentedtest and seems to be working fine,
rerolled against head.
Comment #8
gábor hojtsyThanks, committed (although it applied with a bit of fuzz, it was OK).
Comment #9
(not verified) commented