[Mpuls-commits] r3305 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Aug 3 09:14:29 CEST 2010


Author: torsten
Date: 2010-08-03 09:14:27 +0200 (Tue, 03 Aug 2010)
New Revision: 3305

Modified:
   base/trunk/mpulsweb/lib/validators.py
Log:
Added search params to the validator


Modified: base/trunk/mpulsweb/lib/validators.py
===================================================================
--- base/trunk/mpulsweb/lib/validators.py	2010-08-02 14:27:34 UTC (rev 3304)
+++ base/trunk/mpulsweb/lib/validators.py	2010-08-03 07:14:27 UTC (rev 3305)
@@ -606,6 +606,8 @@
     standin = Int(if_missing=0)
     editor = Int(if_missing=-1)
     phase = ForEach(String(), convert_to_list=True)
+    sort_field = String(),
+    sort_order = String(),
     #sdate = String()
     #edate = String()
     cm_state = Int(if_missing=None)



More information about the Mpuls-commits mailing list