Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2005 at 11:07 UTC
Updated:
11 Oct 2005 at 15:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
killes@www.drop.org commentedwe use && not "and".
Comment #2
wiz-1 commentedok I changed and to &&
Comment #3
jose reyero commented+1 Patch looks good
Comment #4
ax commentedthis is annoying behaviour, indeed, especially when you mass delete nodes. you get a status message like this:
this is a) in the mayority of cases plain wrong, as no menu items got deleted, and b) misleading: you didn't want to delete menu items but nodes, did you?
we don't show status messages for other node_api delete operations (comments etc.), so i'd suggest to just ommit the menu item message. patch attached.
please consider this for 4.7, as it certainly is a usability issue. thanks!
Comment #5
m3avrck commentedAgreed :) Code wise, makes sense to me, the message does seem a bit superflluous.
Comment #6
dries commentedRemoving the status message sounds like the best solution. I didn't expect such a status message in first place.
Comment #7
dries commentedCommitted to HEAD. Thanks.
Comment #8
(not verified) commented