When you reorganize menu items using Drag and Drop, the menu items do not get flagged as modified - that means that no reset links appear to restore them to their original configuration.

Tested with JS disabled, and the reset links appear as expected after making a change.

CommentFileSizeAuthor
#2 menu_customized.patch642 byteswebernet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webernet’s picture

Title: Menu Drag and Drop doesn't flag menu items as changed » Menu Drag & Drop doesn't flag menu items as changed
Component: javascript » menu system

This is a bug in menu_overview_form_submit() - it doesn't set the 'customized' flag like menu_edit_item() does.

webernet’s picture

Status: Active » Needs review
FileSize
642 bytes

Simple one line fix.

chx’s picture

Status: Needs review » Reviewed & tested by the community

Indeed very simple. As that only saves the changed items, it's exactly what we need.

Gábor Hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.