Menu admin page should say something when you save
webchick - October 20, 2009 - 03:23
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | menu system |
| Category: | bug report |
| Priority: | minor |
| Assigned: | sivaji |
| Status: | needs review |
| Issue tags: | Novice |
Description
If you go to admin/structure/menu/manage/management, for example, and click the save button, you get no feedback that anything happened. A drupal_set_message() should display something generic like "Your configuration has been saved." Check what other places in core are doing for a hint.

#1
See also #620592: Taxonomy admin page ... need feedback when saving. The issues are identical.
#2
Attached patch provides appropriate status message when you add or edit a menu or menu item.
#3
Can we simplify the message and make it consistent with #620592: Taxonomy admin page ... need feedback when saving?
#4
That sounds good. I had the same thought when i am rolling this patch, but other status messages in the menu module is using something similar to "The new menu %name has been created". Anyways i will roll it again.
#5
Attached patch simplifies the status message and makes it consistent with #620592: Taxonomy admin page ... need feedback when saving.
#6
#7
The last submitted patch failed testing.
#8
Attached patch should work
#9
The last submitted patch failed testing.
#10
sivaji requested that failed test be re-tested.