Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Anonymous (not verified)
Created:
15 Mar 2009 at 17:00 UTC
Updated:
25 Mar 2017 at 20:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drewish commentedI'm all for this. I'd actually added code to get the sort order working locally and found this when I went to post an issue. As bangpound says this is really helpful when exporting views to track them in source control. Without it the view order changes when you edit a view making the exports much harder to read.
Test it it on exports and it works fine. Code also looks good.
Comment #2
drewish commentedactually this moves the sorting from the actual time of export up to where we build the list of exportables. this sorts the table the same as the exported code--which also syncs the view order up with the admin/build/views page.
Comment #3
Anonymous (not verified) commenteddrewish: awesome. thanks for the improvement! i am running on your patch now.
RTBC RTBC RTBC.
Comment #4
Crell commentedI am so totally in favor of this patch it's not even funny, despite having done nothing to help it along in the slightest. :-)
Comment #5
drewish commentedOn IRC merlin had mentioned fixing the case of Views in the comment. Done.
Comment #6
merlinofchaos commentedCommitted! Thanks!