[Mpuls-commits] r2427 - wasko/branches/2.0/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 20 11:25:06 CEST 2010


Author: torsten
Date: 2010-04-20 11:25:05 +0200 (Tue, 20 Apr 2010)
New Revision: 2427

Modified:
   wasko/branches/2.0/mpulsweb/lib/validators.py
Log:
* mpulsweb/lib/validators.py (SearchCaseForm): Added start and enddate
to validator


Modified: wasko/branches/2.0/mpulsweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/mpulsweb/lib/validators.py	2010-04-20 09:24:19 UTC (rev 2426)
+++ wasko/branches/2.0/mpulsweb/lib/validators.py	2010-04-20 09:25:05 UTC (rev 2427)
@@ -580,6 +580,8 @@
     own = Int(if_missing=0)
     standin = Int(if_missing=0)
     phase = ForEach(String(), convert_to_list=True)
+    sdate = String()
+    edate = String()
 
     gender = Int(if_missing='-2')
     cm_state = Int(if_missing=None)



More information about the Mpuls-commits mailing list