Fixed
Project:
Drupal core
Version:
main
Component:
shortcut.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2026 at 14:16 UTC
Updated:
31 Mar 2026 at 10:29 UTC
Jump to comment: Most recent
The following tests install Shortcut
And they have a comment like this
* Install the shortcut module so that claro.settings has its schema checked.
* There's currently no way for Claro to provide a default and have valid
* configuration as themes cannot react to a module install.The comment was added in #3079738: Add Claro administration theme to core
Remove use a shortcut. See comment #2.
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
quietone commentedI asked about that comment in #core-development. catch did initially thought that for the default admin theme that remove shortcut is removed from the tests then open an issue opened in default_admin issue to either fix the tests or remove the comment since it's still experimental. And later, when I linked to the original commit, which was in 2019, he that it was just cruft that we have been carrying around. It is possible that it wasn't valid at the time Claro was committed to core.
So, this will remove the use of shortcut in these tests.
Comment #4
quietone commentedComment #5
catchYes I think we can drop this, I checked the settings for both claro and default_admin and there's no reference to shortcut module in either, best guess is there was in the very early stages of Claro development and the test workaround never got removed when the config did.
Comment #6
catchShould have marked this RTBC too :)
Comment #7
longwaveCommitted and pushed 8fb7e5a7a74 to main and d5e45f6c77a to 11.x. Thanks!