Needs review
Project:
Multiple Node Menu
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2012 at 06:06 UTC
Updated:
13 Feb 2013 at 17:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
remydenton commentedI'm seeing this same issue. Looks like the problem is that the _multiple_node_menu_submit() function doesn't take the value of 'expanded' into account when a node gets updated. I'm attaching a simple patch to deal with this particular problem, though it seems like a more thorough re-thinking of how this is working is probably necessary.
Comment #2
rdeknijf commentedSeeing the same issue, patch provided by remydenton in #1 solves the issue. Now trying to figure out how to contribute.
Comment #3
rdeknijf commentedMy previous statement turned out to have a negative tail, the link was expanded but got its 'has_children' reset to 0. I've had to add a fix for this.
My patch includes remydenton's patch.