[Mpuls-commits] r2081 - wasko/branches/2.0/jmdweb/lib
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Mar 23 14:44:30 CET 2010
Author: torsten
Date: 2010-03-23 14:44:29 +0100 (Tue, 23 Mar 2010)
New Revision: 2081
Modified:
wasko/branches/2.0/jmdweb/lib/validators.py
Log:
* jmdweb/lib/validators.py (DeleteUserHelperForm): Deleted. Defined in
mpulsweb now.
Modified: wasko/branches/2.0/jmdweb/lib/validators.py
===================================================================
--- wasko/branches/2.0/jmdweb/lib/validators.py 2010-03-23 13:43:46 UTC (rev 2080)
+++ wasko/branches/2.0/jmdweb/lib/validators.py 2010-03-23 13:44:29 UTC (rev 2081)
@@ -114,16 +114,6 @@
action = String(not_empty=True)
agency_id = ForEach(String())
-
-class DeleteUserHelperForm(BaseFormValidator):
-
- filter_extra_fields = True
-
- editor = Int()
- user_id = Int()
- case_id = ForEach(Int())
-
-
class KeineAngabe(formencode.validators.FancyValidator):
messages = {
More information about the Mpuls-commits
mailing list