Excluded the new StudentProject failed_evaluations property from Forms. v0-5-20090713
authorLennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 22:04:19 +0200
changeset 2637 0ae090b18a5e
parent 2636 b22fb41be2fb
child 2638 dc3e6a199882
Excluded the new StudentProject failed_evaluations property from Forms. (Something went wrong on my side this should have been in before the tag)
app/soc/views/models/student_project.py
--- a/app/soc/views/models/student_project.py	Mon Jul 13 21:57:10 2009 +0200
+++ b/app/soc/views/models/student_project.py	Mon Jul 13 22:04:19 2009 +0200
@@ -95,7 +95,8 @@
 
     new_params['extra_dynaexclude'] = ['program', 'status', 'link_id',
                                        'mentor', 'additional_mentors',
-                                       'student', 'passed_evaluations']
+                                       'student', 'passed_evaluations',
+                                       'failed_evaluations']
 
     new_params['create_extra_dynaproperties'] = {
         'scope_path': forms.CharField(widget=forms.HiddenInput,