limit display of validations to those to do (#4681)

This commit is contained in:
Frédéric Péters 2014-04-10 17:42:22 +02:00
parent 0c02fa55ff
commit e55d1c31dc
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ def get_collection_query(type, role):
'responsible': [u'abandoned', u'attributed', u'done',
u'in-progress', u'refusal-requested', u'todo'],},
'validation': {'enquirer': [u'todo', u'validated', u'refused'],
'responsible': [u'todo', u'validated', u'refused'],},
'responsible': [u'todo'],},
}
if type == 'task':
# special case tasks to hold them all