[Mpuls-commits] r1153 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 15:52:50 CET 2010
Author: torsten
Date: 2010-02-02 15:52:49 +0100 (Tue, 02 Feb 2010)
New Revision: 1153
Modified:
wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py (CaseController.appointments): Deleted.
Not called from anywhere now.
Modified: wasko/branches/2.0/waskaweb/controllers/case.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-02 14:51:23 UTC (rev 1152)
+++ wasko/branches/2.0/waskaweb/controllers/case.py 2010-02-02 14:52:49 UTC (rev 1153)
@@ -651,15 +651,6 @@
c.status_msg = h.status_message("Fehler! Vertretung nicht gesetzt.")
return render('/casemanagement/organisation.mako')
- @checkRole(('admin_ka', 'cm_ka'))
- def appointments(self, id):
- id = self._checkInt(id)
- case = self._loadCase(id)
- c.ds_id = id
- c.remindlist = CaseReminderOverview(id)
- c.appointmentlist = CaseAppointmentOverview(id)
- return render('/casemanagement/appointments.mako')
-
@checkRole('cm_ka')
@checkPrivacyStatement('keepActive')
def keepActive(self, id, confirmed):
More information about the Mpuls-commits
mailing list