cedadev / cf-vocab-editor

Editor for CF vocab.
Other
1 stars 0 forks source link

Can the sort order of the proposals page be changed be reversed #36

Open spepler opened 1 week ago

spepler commented 1 week ago

Can the sort order of the proposals page be changed be reversed - I think we decided it would go on date of proposal but I'd like to see the most recent at the top of the page.

spepler commented 1 week ago

@japamment This is harder than it sounds. This is the order I have adjusted it to:

    proposals = proposals.order_by('-created', '-mail_list_url', 'mail_list_title')

That may be close enough.