Commit 0edd03d9 authored by Jérome Perrin's avatar Jérome Perrin

Restore validation_state parameter

mistakenly removed in a8b2267c
parent 76213b54
......@@ -75,6 +75,7 @@ if context.getPortalType() == \'Budget\':\n
else:\n
# ... or on the budget module, and in this case, all budgets are used\n
defined_group = request[\'section_category\']\n
validation_state = request.get(\'validation_state\', [])\n
strict_section_membership = request.get(\'section_category_strict\', False)\n
search_kw = dict(portal_type=\'Budget\',\n
validation_state=validation_state)\n
......
363
\ No newline at end of file
364
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment