[Mpuls-commits] r1709 - wasko/branches/2.0/waskaweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 23 16:38:34 CET 2010
Author: torsten
Date: 2010-02-23 16:38:31 +0100 (Tue, 23 Feb 2010)
New Revision: 1709
Modified:
wasko/branches/2.0/waskaweb/lib/validators.py
Log:
* waskaweb/lib/validators.py (SetStandinForm) (SetEditorForm): Removed.
Implemented in mpulsbase.
Modified: wasko/branches/2.0/waskaweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/waskaweb/lib/validators.py 2010-02-23 15:37:29 UTC (rev 1708)
+++ wasko/branches/2.0/waskaweb/lib/validators.py 2010-02-23 15:38:31 UTC (rev 1709)
@@ -140,29 +140,14 @@
case_id = ForEach(Int())
-class SetEditorForm(BaseFormValidator):
-
- pass
-
-
class SetBundleEditorForm(BaseFormValidator):
-
pass
class SetBundleStandinForm(BaseFormValidator):
-
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