Consider a paginated list of menus in the ui

Created on 29 November 2023, 7 months ago

Problem/Motivation

The menu ui produces a paginated list of menus based on the Drupal\Core\Entity\EntityListBuilder limit property. When parsing the menu set, this pagination is not accounted for, which gives the false impression that the user does not have access to some menus.

Steps to reproduce

Create 50+ menus and configure permissions for a menu that has an ordered weight >50.

Proposed resolution

Extend the Drupal\menu_ui\MenuListBuilder class and set the "limit" property to false.

Remaining tasks

This will alter the menu ui for all users, so it would be nice to keep the pagination somehow, but process the entire list of menus.

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States k_a_l

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024