Problem/Motivation
Menu drag and drop can exceed either suhoson max_* or PHP's own max_input_vars, resulting in changes from the form silently disappearing.
Since there is no PHP error, there's no way for the user to know that their form submission has been lost except for checking the form again.
Tabledrag has hidden select lists for weight, it's possible this is hitting limits if a lot of them are shown on the page.
Proposed resolution
The select lists only show for users without JavaScript, or if 'show weight's is clicked, should we change them to textfields instead?
Remaining tasks
User interface changes
API changes
Data model changes
So I am a long time user of D6 and recently started to create a new website using D8. I'm completely frustrated by the menu system as what should be a fairly straightforward process, is not. Either I am missing something or there is a critical bug out there. All I am trying to do is create a submenu item in the Primary Menu.
I have the default "home" menu item listed there and I have 2 other menu items called "My Items" and "My Coordinations" which are created via Views to the view page.
I would like to simply add a menu item called "Add Item" which is linked to /node/add/item.
I have created this menu item manually through the "add link" button on http://sitename.com/admin/structure/menu/manage/main.
It appears fine and works. But once I move the menu item by dragging it to become the submenu item of "My Items" and click the save button. The page refreshes with the menu item back on the main level with all menus and now (disabled). WHY!?!?!?
Also, another issue is now that it's disabled, if I try to click the enable checkbox and hit save from the main (primary) menu edit page. It will NOT enable after save. It will just go back to being disabled (i.e. NO CHANGE). I have found that I need to actually click the edit button for that menu item and then on the menu item's edit page, I can click the checkbox next to "Enabled" with sub text "A flag for whether the link should be enabled in menus or hidden.". Then after I click the save button on that page, it will go back to the main menu edit page and show it now enabled. Why do I need to drill into it to enable it, why does the enable checkbox on the main edit page of the Main (Primary) menu not work!?!?
Then again, if I now drag it under the "My Items" menu again to make it a submenu item (i.e. it shows as indented under My Items), and click save, it will again move it out from under My Items and disable it again.
What the heck is going on?!!?