limit display of opinions to those to do

This commit is contained in:
Frédéric Péters 2014-04-10 17:48:35 +02:00
parent e55d1c31dc
commit 06a9d6a42c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def get_collection_query(type, role):
mapping = {'information': {'enquirer': [u'todo', u'done'],
'responsible': [u'todo', u'done']},
'opinion': {'enquirer': [u'todo', u'done'],
'responsible': [u'todo', u'done']},
'responsible': [u'todo']},
'task': {'enquirer': [u'abandoned', u'attributed', u'done',
u'in-progress', u'refusal-requested', u'todo'],
'responsible': [u'abandoned', u'attributed', u'done',