[Mpuls-commits] r1182 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 3 08:10:31 CET 2010
Author: torsten
Date: 2010-02-03 08:10:30 +0100 (Wed, 03 Feb 2010)
New Revision: 1182
Modified:
wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py (CaseController.printdigest): Removed
parameter check here. Is done in digest anyway.
Modified: wasko/branches/2.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-03 07:09:00 UTC (rev 1181)
+++ wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-03 07:10:30 UTC (rev 1182)
@@ -286,7 +286,6 @@
@checkRole(('admin_ka', 'cm_ka', 'pt_dlr'))
def printdigest(self, id):
- id = self._checkInt(id)
c.print_version = 1
return self.digest(id)
More information about the Mpuls-commits
mailing list