[Mpuls-commits] r1571 - in wasko/branches/2.0: . waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 15 18:33:19 CET 2010
Author: bh
Date: 2010-02-15 18:33:19 +0100 (Mon, 15 Feb 2010)
New Revision: 1571
Modified:
wasko/branches/2.0/ChangeLog
wasko/branches/2.0/waskaweb/controllers/caseappointment.py
Log:
* waskaweb/controllers/caseappointment.py
(CaseappointmentController.edit): Remove superfluous checkRole
decorator
Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog 2010-02-15 17:32:08 UTC (rev 1570)
+++ wasko/branches/2.0/ChangeLog 2010-02-15 17:33:19 UTC (rev 1571)
@@ -1,5 +1,11 @@
2010-02-15 Bernhard Herzog <bh at intevation.de>
+ * waskaweb/controllers/caseappointment.py
+ (CaseappointmentController.edit): Remove superfluous checkRole
+ decorator
+
+2010-02-15 Bernhard Herzog <bh at intevation.de>
+
* waskaweb/controllers/caseappointment.py:
waskaweb.controllers.appointment has been renamed to
mpulsweb.controllers.appointment
Modified: wasko/branches/2.0/waskaweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/caseappointment.py 2010-02-15 17:32:08 UTC (rev 1570)
+++ wasko/branches/2.0/waskaweb/controllers/caseappointment.py 2010-02-15 17:33:19 UTC (rev 1571)
@@ -120,7 +120,6 @@
app = factory.loadById(id)
c.appointment = app
return render('/casemanagement/showAppointment.mako')
- @checkRole(('cm_ka'))
@checkRole(('cm_ka'))
def edit(self, id):
More information about the Mpuls-commits
mailing list