Closed (fixed)
Project:
Views (for Drupal 7)
Version:
5.x-1.6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2007 at 17:17 UTC
Updated:
17 Nov 2008 at 14:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
mvcWorks perfectly for me, and makes my views far easier to edit.
Comment #2
johnalbinThis should be submitted as an attached patch file.
Also, the problem description is so short I don't even know what the change is supposed to accomplish.
Comment #3
mvc@JohnAlbin: I've created a separate patch file and attached as requested.
The 'problem' is that often the views ui generates very long dropdown lists in no particular order, making it hard to find (for example) the CCK field you wish to add as a field to a view. By simply sorting the list, it becomes very easy to find a particular field.
Obviously, this isn't required for the views module to work correctly, but it makes it much simpler to use, and I don't see any reason not to add this asort.
Comment #4
sunPlease submit a proper patch. If you do, it has a good chance to be included in 1.7.
Comment #5
mvcOops, sorry, I thought I had attached that file. Here you go.
Comment #6
sunThanks, committed.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #8
regx commentedCool that this has been added to views. I created a small module to do this as well as add several other sort options.
The asort is the simplest and most effective for me, but I had request for several other sort methods.
Curious if anyone else finds the other sort options useful, or if I should abandon my module?
http://drupal.org/project/view_ui_sort
Comment #9
mroswell commentedWhere can I find views 5.x-1.7? There's no recent dev release showing on the module page for 5.x.
Comment #10
sunThe development snapshot for 1.x is visible on the project page now.
Comment #11
mroswell commentedThanks!