app/soc/views/models/organization.py
changeset 2103 45a50234e625
parent 2097 ab7a2ea3ca33
child 2121 4f6344dfab28
--- a/app/soc/views/models/organization.py	Mon Apr 06 22:54:11 2009 +0000
+++ b/app/soc/views/models/organization.py	Mon Apr 06 22:54:31 2009 +0000
@@ -217,6 +217,10 @@
 
     list_params = student_proposal_view.view.getParams().copy()
     list_params['list_template'] = 'soc/student_proposal/list_for_org.html'
+    list_params['list_key_order'] = [
+         'title', 'abstract', 'content', 'additional_info', 'mentor',
+         'possible_mentors', 'score', 'status', 'created_on',
+         'last_modified_on']
 
     ranked_params = list_params.copy()# ranked proposals
     ranked_params['list_row'] = ('soc/%(module_name)s/list/'