- Issue created by @i.mcbride
- πΊπΈUnited States i.mcbride
Here is a patch which implements the proposed solution.
- πΊπΈUnited States i.mcbride
The previous patch had a malformed character on line 44. Here is a corrected version.
The list at /admin/structure/menus is built by the menu_ui core module and shows only a certain number of menus per page of the list. These pages are created before the menu_admin_per_menu module determines which menu(s) the current user has access to edit. If there are more menus on the site than can be displayed in a single page of the list, the current user may see only a handful of menus on the first page, with a pager displayed below them to more pages of menus they can edit. This could be confusing to the user, especially if the first page does not contain any menus they can edit, in which case it will appear blank.
Override the MenuListBuilder class and set the parameter so that all menus are displayed on a single page. This is based on a patch for a similar project π Consider a paginated list of menus in the ui Active .
Active
1.0
Code
Here is a patch which implements the proposed solution.
The previous patch had a malformed character on line 44. Here is a corrected version.