[Mpuls-commits] r1708 - wasko/branches/2.0/jmdweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Feb 23 16:37:32 CET 2010


Author: torsten
Date: 2010-02-23 16:37:29 +0100 (Tue, 23 Feb 2010)
New Revision: 1708

Modified:
   wasko/branches/2.0/jmdweb/lib/validators.py
Log:
* jmdweb/lib/validators.py (SetStandinForm) (SetEditorForm): Removed.
  Implemented in mpulsbase.



Modified: wasko/branches/2.0/jmdweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/jmdweb/lib/validators.py	2010-02-23 15:35:48 UTC (rev 1707)
+++ wasko/branches/2.0/jmdweb/lib/validators.py	2010-02-23 15:37:29 UTC (rev 1708)
@@ -136,11 +136,6 @@
     case_id = ForEach(Int())
 
 
-class SetEditorForm(BaseFormValidator):
-
-    pass
-
-
 class SetBundleEditorForm(BaseFormValidator):
 
     pass
@@ -151,14 +146,6 @@
     pass
 
 
-class SetStandinForm(BaseFormValidator):
-
-    filter_extra_fields = True
-
-    case_id = Int()
-    standin = ForEach(Int())
-
-
 class KeineAngabe(formencode.validators.FancyValidator):
 
     messages = {



More information about the Mpuls-commits mailing list