From bca60e2f895ce5a655eea8f3eb54b63d3447ec38 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Fri, 17 Apr 2009 16:23:01 +0000 Subject: [PATCH] Proposal CSV export for students. Patch by: Matthew Wilkes Reviewed by: Pawel Solyga --- app/soc/views/models/student_proposal.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/soc/views/models/student_proposal.py b/app/soc/views/models/student_proposal.py index 49072fbb..293a51b9 100644 --- a/app/soc/views/models/student_proposal.py +++ b/app/soc/views/models/student_proposal.py @@ -99,6 +99,8 @@ class View(base.View): 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$', -- 2.11.4.GIT