Edited checkCanReviewGroupApp to cope with the new pre-rejected status.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- a/app/soc/views/helper/access.py Thu Feb 26 08:47:21 2009 +0000
+++ b/app/soc/views/helper/access.py Thu Feb 26 08:48:02 2009 +0000
@@ -889,8 +889,8 @@
fields = {
'link_id': django_args['link_id'],
- 'status': ['needs review', 'accepted', 'rejected', 'ignored',
- 'pre-accepted']
+ 'status': ['needs review', 'accepted', 'ignored', 'pre-accepted',
+ 'pre-rejected']
}
if 'scope_path' in django_args: