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.

CommentFileSizeAuthor
#2 panels-DRUPAL-5--2.views-panes-order.patch814 bytessun

Comments

sdboyer’s picture

Status: Active » Postponed (maintainer needs more info)

They'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?

sun’s picture

Status: Postponed (maintainer needs more info) » Reviewed & tested by the community
StatusFileSize
new814 bytes

I was about to create an issue for this, but fortunately found this one :)

Tiny, but badly needed when working with a bunch of views.

sdboyer’s picture

Status: Reviewed & tested by the community » Fixed

It's a step forward. Works for me.

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.