always get all results

This commit is contained in:
Frédéric Péters 2013-01-28 21:57:14 +01:00
parent 5fe2c1b47f
commit 810adc2f96
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,11 @@ class FormResultDirectory(FormPage):
elements.extend(field.get_csv_value(element))
return elements
def get_filter_from_query(self):
if 'filter' in get_request().form:
return get_request().form['filter']
return 'all'
def participation [html] (self):
if not str(self.formdef.workflow_id).endswith(str('+anonymous')):
raise errors.TraversalError()