Changeset - 54991cd4d187
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-08-26 00:00:13
lukeman@gmail.com
only run generator on proposals with a selected status
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion/reviews/views.py
Show inline comments
...
 
@@ -305,6 +305,8 @@ def review_status(request, section_slug=None, key=None):
 
    admin = request.user.has_perm("reviews.can_manage_%s" % section_slug)
 
    
 
    for status in proposals:
 
        if key and key != status:
 
            continue
 
        proposals[status] = list(proposals_generator(request, proposals[status], check_speaker=not admin))
 
    
 
    if key:
0 comments (0 inline, 0 general)