[Mpuls-commits] r4617 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 15 12:38:10 CET 2011
Author: torsten
Date: 2011-02-15 12:38:09 +0100 (Tue, 15 Feb 2011)
New Revision: 4617
Modified:
base/trunk/mpulsweb/lib/validators.py
Log:
* mpulsweb/lib/validators.py (BundleActionForm): Added new allowed
parameters for actions in casebundle (formletter)
Modified: base/trunk/mpulsweb/lib/validators.py
===================================================================
--- base/trunk/mpulsweb/lib/validators.py 2011-02-14 14:44:48 UTC (rev 4616)
+++ base/trunk/mpulsweb/lib/validators.py 2011-02-15 11:38:09 UTC (rev 4617)
@@ -706,6 +706,7 @@
'restore',
'standin', 'transfer',
'exportXML', 'exportCSV', 'exportXLS',
+ 'formletter:1', 'formletter:2', 'formletter:3','formletter:4', 'formletter:5',
'evaluate']))
case_id = ForEach(Int(), convert_to_list=True)
id_field = String(if_missing=None)
More information about the Mpuls-commits
mailing list