Problem/Motivation
Siteimprove has always had a shortcut menu entry in the main management menu for Drupal. After upgrading to version 3 there is now an ADDITIONAL entry at the top level of the admin toolbar, this clutters the user interface.
Although this may seem trivial, if every module had an entry at the top level of the toolbar the toolbar would be unusable.
Steps to reproduce
Upgrade Siteimprove module to version 3.
Proposed resolution
It is customary for modules to place their configuration within the Configuration menu of the admin toolbar. This menu entry should be moved into that menu, it would fit nicely in Web Services alongside other similar modules such as google analytics.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot 2025-02-21 at 2.59.01 PM.png | 31.99 KB | namscott |
Issue fork siteimprove-3508364
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
namscott commentedComment #5
aaron.ferris commentedRaised an MR that will move this to web services, I can see the 2.x branch points to
system.admin_config_systemwhich is another option.Comment #6
aaron.ferris commentedComment #7
beltofteThanks Aaron. I see that this was already fixed in March last year, but the issue was never closed.