You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Edit Widgets and Layers page under Design > Widgets in the admin panel, when clicking the "Add Widget" button in any zone, the list of widgets is displayed in whatever order happens to be returned from the call to ContenteDefinitionManager.ListTypeDefinitionsAsync, whereas the list is ordered alphabetically by DisplayName when adding a widget to a flow part (code in FlowPart.Edit.cshtml). It would be much easier to find a desired widget type if the list were ordered alphabetically on the Edit Widgets and Layers page as well. I imagine that would just be a one-line change in OrchardCore.Layers.Views.Admin.Index.cshtml, which I'm happy to submit a PR for.
Orchard Core version
To Reproduce
Go to the Edit Widgets and Layers page under Design > Widgets in the admin panel
Click the Add Widget button
Observe that widgets are not ordered by display name
Expected behavior
Widgets should be ordered by display name
The text was updated successfully, but these errors were encountered:
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
Describe the bug
On the Edit Widgets and Layers page under Design > Widgets in the admin panel, when clicking the "Add Widget" button in any zone, the list of widgets is displayed in whatever order happens to be returned from the call to
ContenteDefinitionManager.ListTypeDefinitionsAsync
, whereas the list is ordered alphabetically byDisplayName
when adding a widget to a flow part (code inFlowPart.Edit.cshtml
). It would be much easier to find a desired widget type if the list were ordered alphabetically on the Edit Widgets and Layers page as well. I imagine that would just be a one-line change inOrchardCore.Layers.Views.Admin.Index.cshtml
, which I'm happy to submit a PR for.Orchard Core version
To Reproduce
Expected behavior
Widgets should be ordered by display name
The text was updated successfully, but these errors were encountered: