[Mpuls-commits] r4633 - base/trunk/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 16 15:35:07 CET 2011
Author: torsten
Date: 2011-02-16 15:35:07 +0100 (Wed, 16 Feb 2011)
New Revision: 4633
Modified:
base/trunk/mpulsweb/lib/validators.py
Log:
* mpulsweb/lib/validators.py (SearchCaseForm): Added new search param
federal_state in validator
Modified: base/trunk/mpulsweb/lib/validators.py
===================================================================
--- base/trunk/mpulsweb/lib/validators.py 2011-02-16 14:33:55 UTC (rev 4632)
+++ base/trunk/mpulsweb/lib/validators.py 2011-02-16 14:35:07 UTC (rev 4633)
@@ -684,6 +684,7 @@
standin = Int(if_missing=0)
editor = Int(if_missing=-1)
phase = ForEach(Int(), convert_to_list=True)
+ federal_state = ForEach(Int(), convert_to_list=True)
sdate = DateCheck()
edate = DateCheck()
gender = Int(if_missing=-2)
More information about the Mpuls-commits
mailing list