diff -r 9de33dfd6220 -r 08b9f4de6675 app/soc/modules/ghop/views/models/student.py --- a/app/soc/modules/ghop/views/models/student.py Fri Nov 13 19:02:38 2009 +0100 +++ b/app/soc/modules/ghop/views/models/student.py Sat Nov 14 17:22:44 2009 +0100 @@ -79,8 +79,7 @@ ghop_org_admin_logic.logic, ghop_mentor_logic.logic]), 'checkCanApply'] rights['manage'] = [('checkIsMyActiveRole', ghop_student_logic.logic)] - rights['list_student_tasks'] = [('checkHasActiveRoleForScope', - ghop_student_logic.logic)] + rights['list_student_tasks'] = ['checkCanOpenTaskList'] new_params = {} new_params['logic'] = soc.modules.ghop.logic.models.student.logic