[Mpuls-commits] r3469 - in base/trunk: . mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Aug 27 16:57:27 CEST 2010
Author: bh
Date: 2010-08-27 16:57:24 +0200 (Fri, 27 Aug 2010)
New Revision: 3469
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/lib/validators.py
Log:
* mpulsweb/lib/validators.py (SearchCaseForm.cm_state): Removed.
Not used anymore.
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-08-27 14:48:46 UTC (rev 3468)
+++ base/trunk/ChangeLog 2010-08-27 14:57:24 UTC (rev 3469)
@@ -1,5 +1,10 @@
2010-08-27 Bernhard Herzog <bh at intevation.de>
+ * mpulsweb/lib/validators.py (SearchCaseForm.cm_state): Removed.
+ Not used anymore.
+
+2010-08-27 Bernhard Herzog <bh at intevation.de>
+
* mpulsweb/templates/casemanagement/search.mako: Remove big chunk
of commented out old code. All options from that old code are
implemented now. There's no need to keep it around.
Modified: base/trunk/mpulsweb/lib/validators.py
===================================================================
--- base/trunk/mpulsweb/lib/validators.py 2010-08-27 14:48:46 UTC (rev 3468)
+++ base/trunk/mpulsweb/lib/validators.py 2010-08-27 14:57:24 UTC (rev 3469)
@@ -663,7 +663,6 @@
phase = ForEach(String(), convert_to_list=True)
sdate = DateCheck()
edate = DateCheck()
- cm_state = Int(if_missing=None)
gender = Int(if_missing=-2)
More information about the Mpuls-commits
mailing list