Edited checkCanReviewGroupApp to cope with the new pre-rejected status.
authorLennard de Rijk <ljvderijk@gmail.com>
Thu, 26 Feb 2009 08:48:02 +0000
changeset 1505 fd6dcb852688
parent 1504 f9d0bf275917
child 1506 b908d671624e
Edited checkCanReviewGroupApp to cope with the new pre-rejected status. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/helper/access.py
--- 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: