Closed (fixed)
Project:
Menu Item Limit
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2020 at 21:54 UTC
Updated:
25 Dec 2020 at 13:14 UTC
Jump to comment: Most recent
A limitation of the current implementation is that it relies on form-level validation and so applies only in certain conditions. While issues like #2598864: Validation for overview menu form and #2598866: Validation for node form attempt to mitigate this limitation by adding new form validation, this approach still misses any non-form menu item manipulation or creation, such as via REST.
Use the entity validation API, adding a validator to the entity type.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
cyberschorschComment #6
cyberschorschComment #8
cyberschorschFixed in new release 2.x