When adding a new panel view (view pane) at admin/panels/views the drop down lost does not display the existing views module views in alphabetical order. It is unclear if these views are listed in any particular order.
This list should be displayed in alphabetical order by view name.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | panels-DRUPAL-5--2.views-panes-order.patch | 814 bytes | sun |
Comments
Comment #1
sdboyer commentedThey're listed via a view implemented in the code of panels_views.module, and default to being ordered by view name, but can be ordered by any one of the columns (on my system, anyway). I take it that's not how it's looking for you?
Comment #2
sunI was about to create an issue for this, but fortunately found this one :)
Tiny, but badly needed when working with a bunch of views.
Comment #3
sdboyer commentedIt's a step forward. Works for me.
Committed.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.