Problem/Motivation
In the components library, the "other" group is displayed in first position, while in UIP1 it was sorted alphabetically by group name.
Steps to reproduce
Try with UI Suite Bootstrap.
Issue fork ui_patterns-3487818
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
pdureau commentedIf the expected change is in ComponentPluginManager::getSortedDefinitions() , the
CategorizingPluginManagerInterfacelogic will move to Core: #3474533: ComponentPluginManager must implement CategorizingPluginManagerInterface https://git.drupalcode.org/project/drupal/-/merge_requests/10245/diffs Is it going the way you expect?If the expected change is elsewhere, do you want to propose a change?
Comment #3
grimreaperComment #4
pdureau commentedComment #5
pdureau commentedComment #6
grimreaperComment #8
grimreaperThis requires the change from the parent core issue.
Also wondering if possible to only override the methods signature to have by default label key as name.
Comment #9
grimreaperComment #11
grimreaperNew MR created and this one can wait for the core issue.
Also will comment in code review on the core issue. because component key is name and not label.
Comment #12
pdureau commentedExpects auto merged
Comment #14
pdureau commented