- Issue created by @lmoeni
- 🇧🇪Belgium tim-diels Belgium 🇧🇪
One workaround is to first install the domain_menu_access module and after that install the menu_item_extras.
I'm willing to review any patches when provided. - First commit to issue fork.
- 🇩🇪Germany mhdev90 Apolda
The problem is that the menu_item_extras module removes the "menu_link_content" bundle in the menu_link_content content type and creates a separate bundle for each menu.
As a result, the field configuration has to be recreated (per bundle) and in addition, depending on the case, the form display may not be created/deleted.I have created an issue fork and a patch to handle the following issues:
1. domain_menu_access is installed and menu_item_extras is being installed
2. menu_item_extras is installed and domain_menu_access is being installed
3. menu_item_extras and domain_menu_access are installed and domain_menu_access is being uninstalledThe following problem is not yet addressed:
menu_item_extras and domain_menu_access are installed and menu_item_extras is being uninstalled - Status changed to Needs work
5 months ago 10:49am 24 June 2024 - 🇧🇪Belgium tim-diels Belgium 🇧🇪
The patch looks promising! Thanks for being so supportive. But we should also cover the uninstall scenario.
Maybe manual test can confirm what is needed?