# HG changeset patch # User Lennard de Rijk # Date 1251132281 -7200 # Node ID 8c88226b27e73dccaeee58254611838e866143da # Parent 14a62fcf4e02891849b29ad3e9a68a6e744ed01e 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. diff -r 14a62fcf4e02 -r 8c88226b27e7 app/soc/models/grading_project_survey.py --- 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'