[Mpuls-commits] r2440 - wasko/branches/2.0/mpulsweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 20 14:54:20 CEST 2010
Author: torsten
Date: 2010-04-20 14:54:19 +0200 (Tue, 20 Apr 2010)
New Revision: 2440
Modified:
wasko/branches/2.0/mpulsweb/lib/validators.py
Log:
* mpulsweb/lib/validators.py (SearchCaseForm): commented out sdate and
edate. Not used yet.
Modified: wasko/branches/2.0/mpulsweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/validators.py 2010-04-20 12:53:27 UTC (rev 2439)
+++ wasko/branches/2.0/mpulsweb/lib/validators.py 2010-04-20 12:54:19 UTC (rev 2440)
@@ -579,11 +579,10 @@
state = ForEach(String(), convert_to_list=True)
own = Int(if_missing=0)
standin = Int(if_missing=0)
+ editor = Int()
phase = ForEach(String(), convert_to_list=True)
- sdate = String()
- edate = String()
-
- gender = Int(if_missing='-2')
+ #sdate = String()
+ #edate = String()
cm_state = Int(if_missing=None)
More information about the Mpuls-commits
mailing list