Proposal CSV export for students.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 17 Apr 2009 16:23:01 +0000
changeset 2191 d20557e217dc
parent 2190 399fc9411abc
child 2192 6eca3439f020
Proposal CSV export for students. Patch by: Matthew Wilkes Reviewed by: Pawel Solyga
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/(?P<access_type>apply)/%(scope)s$',