Problem/Motivation
In eck_site_settings Menu Links are automatically generated for created ECK Bundles and sometimes directly to the entities which can be helpful for content editors for key settings. This is a much more manual process in Site Settings.
Steps to reproduce
Attempt to create a Menu Link for a specific site setting edit screen
Proposed resolution
Add a control in the Site Settings configuration form
Remaining tasks
None
User interface changes
Ability to automatically or more easily create Menu Links to Groups
API changes
N/A
Data model changes
N/A
Issue fork site_settings-3463715
Show commands
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
scott_euser commentedComment #3
scott_euser commentedUpdated a bit as I see ECK does a mix of Groups (Bundles) and directly to the entity. Would suggest we stick to just Groups here so the link from automated menus has a consistent behaviour to avoid any UX issues there. Then unless there is a good use case for individual single items, a site builder can manually add a few more specific ones if desired.
Comment #6
scott_euser commentedOkay tests passing. Can always do further work in follow-ups if more features desired.