diff -r f1370e1d0871 -r 9a9307b22312 app/soc/views/models/student_proposal.py --- a/app/soc/views/models/student_proposal.py Tue Mar 31 15:45:39 2009 +0000 +++ b/app/soc/views/models/student_proposal.py Tue Mar 31 16:00:17 2009 +0000 @@ -84,7 +84,7 @@ ('checkCanStudentPropose', ['scope_path', True])] rights['review'] = [('checkRoleAndStatusForStudentProposal', [['org_admin', 'mentor', 'host'], - ['active'], ['new', 'pending']])] + ['active'], ['new', 'pending', 'invalid']])] new_params = {} new_params['logic'] = soc.logic.models.student_proposal.logic