I apologize if this bug has already been reported. I have a vocabulary that is being displayed in a menu thanks to Taxonomy Menu. When I disable a menu item and then re-enable it, other items lose their weight. (For example, my "Other" menu shot to the top.)

Any thoughts?

CommentFileSizeAuthor
other.png53.79 KBkoppie

Comments

dstol’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm.. There is some history of this over in #875098: Menu items weight handle/dragging -50 patch

Could you confirm that the weight of your taxonomy_menu menu items are all at -50?

grossmann’s picture

I can confirm this for 1.2
My menu got messed up because the taxonomy menu items got weight -50.
Example for main menu (correct order).
1. Home: weight -50
2. Products (taxonomy): weight -49 (set manualy)
2.1 Some product (taxonomy): weight 0
2.2 Some other product (taxonomy): weight 1
...
3. Support: weight -48
4. ...

After changing the taxonomy menu items (can't figure out what triggers it) the menu resets to somting like this:
1. Home: weight -50
2. Support: weight -48
...
3. Products: weight -50 (<- this is messed up)
3.1 Some product. weight 0 (<- subterms are correct)
...
After each taxonomy editing I have to sort it to the correct place manualy.
grossmann-mcs

hles’s picture

Status: Postponed (maintainer needs more info) » Active
hles’s picture

Status: Active » Closed (duplicate)

I'll mark this a duplicate of #1378644: Menu item weights out of range, reset to -50. Re-open if you think it's not.