Add option to track all menus automatically
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2927502. --> Reported by: [seanb](https://www.drupal.org/user/545912) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When using a site with the groupmenu module, users are allowed to create a lot of new menu's. This means the configuration for this module needs to change for every new menu added to the site. This is not very flexible and adds challenges for the config management.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add a configuration option to automatically track all menus.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>Add a checkbox to the configuration form.<br> Use the new settings in the <code>Tracker</code> service.</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>New configuration option.</p> <h3 id="summary-api-changes">API changes</h3> <p>Change <code>setConfiguration()</code> to pass all form values. The method is currently not flexible enough to account for new settings.</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>-</p>
issue