# HG changeset patch # User Pawel Solyga # Date 1239985381 0 # Node ID d20557e217dc4bdf72773d61827a1b365f440e4f # Parent 399fc9411abcb90d63f184202d5662508995033b Proposal CSV export for students. Patch by: Matthew Wilkes Reviewed by: Pawel Solyga diff -r 399fc9411abc -r d20557e217dc app/soc/views/models/student_proposal.py --- a/app/soc/views/models/student_proposal.py Wed Apr 15 23:22:11 2009 +0000 +++ b/app/soc/views/models/student_proposal.py Fri Apr 17 16:23:01 2009 +0000 @@ -99,6 +99,8 @@ new_params['scope_redirect'] = redirects.getCreateRedirect new_params['no_create_with_key_fields'] = True + new_params['list_key_order'] = ['title', 'abstract', 'content', + 'additional_info', 'created_on', 'last_modified_on'] patterns = [ (r'^%(url_name)s/(?Papply)/%(scope)s$',