- πΈπͺSweden kevineinarsson
Changed some code from #25 since it broke my normal menu links, the derivative manager was only adding default_menu_tab and menu_tab items to the array of derivatives, as well as some inconsistent usage of the keys "menu" and "menu_name" causing some further issues.
I've also used core's menu link overrides to move some menu links around. With #25, none were applied. When I tried to update some values, the call to updateMenuLink caused a WSOD due to it trying to set the values directly to on page entity (i.e. $page->weight->value) which obviously doesn't exist. Should these overrides even be written directly to the page entity? Why not do what core does where menu link overrides are saved in a separate config entry? makes more sense IMO.
- ivnish Kazakhstan
Patch #27 work, but I can't select menu item 2 level for my page. Only menu 1 level
- πΊπΈUnited States greenskin
Rolled patch from #27 that is compatible with 4.0.0-rc2.
- last update
about 1 year ago Patch Failed to Apply