[Mpuls-commits] r3433 - in base/trunk: . mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Aug 17 20:57:49 CEST 2010
Author: bh
Date: 2010-08-17 20:57:43 +0200 (Tue, 17 Aug 2010)
New Revision: 3433
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/lib/validators.py
Log:
* mpulsweb/lib/validators.py (SearchCaseForm.gender): Added.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-08-17 18:41:33 UTC (rev 3432)
+++ base/trunk/ChangeLog 2010-08-17 18:57:43 UTC (rev 3433)
@@ -1,5 +1,9 @@
2010-08-17 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/lib/validators.py (SearchCaseForm.gender): Added.
+
+2010-08-17 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/controllers/case_overview.py (parseSearchOptions):
Handle the gender options. Should have been part of the previous
commit.
Modified: base/trunk/mpulsweb/lib/validators.py
===================================================================
--- base/trunk/mpulsweb/lib/validators.py 2010-08-17 18:41:33 UTC (rev 3432)
+++ base/trunk/mpulsweb/lib/validators.py 2010-08-17 18:57:43 UTC (rev 3433)
@@ -664,6 +664,7 @@
sdate = DateCheck()
edate = DateCheck()
cm_state = Int(if_missing=None)
+ gender = Int(if_missing=-2)
class BundleActionForm(BaseFormValidator):
More information about the Mpuls-commits
mailing list