Set default taking access for GradingProjectSurvey to org.
This will allow Mentors and Org Admins to take GradingProjectSurveys in case that an Org Admin has no Mentor roles.
--- a/app/soc/models/grading_project_survey.py Mon Aug 24 18:43:38 2009 +0200
+++ b/app/soc/models/grading_project_survey.py Mon Aug 24 18:44:41 2009 +0200
@@ -32,4 +32,4 @@
def __init__(self, *args, **kwargs):
super(GradingProjectSurvey, self).__init__(*args, **kwargs)
- self.taking_access = 'mentor'
+ self.taking_access = 'org'