Tools menu link displays for users who shouldn't see it
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3523129. --> Reported by: [pameeela](https://www.drupal.org/user/1431110) Related to !27 !24 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The Navigation Extra Tools overview page, and accordingly the top level menu item, use the permission 'access navigation' instead of 'access navigation extra tools cache flushing'. This results in users with permission to access navigation, but not any of the extra tools, to view the 'Tools' top level link with the sub-link 'Flush individual caches' visible too, but this just links to the home page.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Install Navigation Extra Tools</li> <li>Log in as a user with permission to access navigation but not access any of the extra tools</li> <li>See that there is an unexpected 'Tools' link</li> </ol> <p><img src="https://www.drupal.org/files/issues/2025-05-07/Screenshot%202025-05-07%20at%2010.44.12%E2%80%AFpm.png" width="300" alt="Screenshot of navigation with extra link"></p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>I think this permission should be updated to 'access navigation extra tools cache flushing'? This produces the desired result for me at least.</p>
issue