Problem/Motivation
The list of views in the field widget is currently sorted by the views' machine names, not their labels. This might lead to an unexpected order when labels differ from the machine name, making it harder to find the desired view when the list gets long.
Proposed resolution
Alphabetically sort the list by the label, ascending.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3372622-sort_views_by_label-2.patch | 460 bytes | mrshowerman |
Comments
Comment #2
mrshowerman