Proposal CSV export for students.
Patch by: Matthew Wilkes
Reviewed by: Pawel Solyga
--- 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$',