- πΊπΈUnited States dcam
This was almost certainly a duplicate of #1565704: Core interfaces can go over max_input_vars β .
This has been documented also in
- http://lists.drupal.org/pipermail/support/2012-August/022368.html
- http://lists.drupal.org/pipermail/support/2012-August/022369.html
The problem in my case is that
- I go to admin/structure/menu/manage/main-menu
- I click on the show row weights button
- I change the weight of a row from 0 to something else (-50, 50, or anything in between)
- save
- the item remains at 0
A workaround is to
- go to admin/structure/menu/item/1234/edit where 1234 if my menu item id.
- change the weight to -50 and save
- this now works
- it is still impossible to change the weight on admin/structure/menu/manage/main-menu
Seems to have to do with menus having very many items.
Closed: duplicate
7.0 β°οΈ
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This was almost certainly a duplicate of #1565704: Core interfaces can go over max_input_vars β .