On creating a new node I can add a menu icon. But on editing the node I can't change or delete the icon. On admin/structure/menu it all works fine. I believe this is not the same as #1459614: Better UI for removing / changing menu icons as that is about a nice UI.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

klaasvw’s picture

Version: 7.x-3.0-beta4 » 7.x-3.x-dev
Component: User interface » Code
Issue summary: View changes
Status: Active » Needs review
FileSize
475 bytes

The following patch should fix this. When updated an existing node menu_icon won't flush the image style, making it appear af the previous image is still attached to it.

klaasvw’s picture

The following patch als adds support for removing an existing menu icon from the node form.

dscl’s picture

Status: Needs review » Reviewed & tested by the community

#2 Works perfectly!
Thanks once again!