[Mpuls-commits] r1050 - wasko/branches/2.0/waskaweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 1 12:42:00 CET 2010


Author: torsten
Date: 2010-02-01 12:41:59 +0100 (Mon, 01 Feb 2010)
New Revision: 1050

Modified:
   wasko/branches/2.0/waskaweb/controllers/case.py
Log:
* waskaweb/controllers/case.py (CaseController.printLogbook): 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-01 11:33:39 UTC (rev 1049)
+++ wasko/branches/2.0/waskaweb/controllers/case.py	2010-02-01 11:41:59 UTC (rev 1050)
@@ -754,20 +754,6 @@
         return render('/casemanagement/appointments.mako')
 
     @checkRole(('cm_ka'))
-    def printLogbook(self, id):
-        id = self._checkInt(id)
-        case = self._loadCase(id)
-        c.ds_id = id
-        c.print_version = 1
-        logbook = Logbook()
-        logbook.loadById(id)
-        c.logbook = logbook
-
-        # Evaluation
-        # c.eval_effort = logbook.getEvaluation()
-        return render('/logbook/overview_print.mako')
-
-    @checkRole(('cm_ka'))
     def logbook(self, id, sort_field='datum', sort_order='desc'):
         id = self._checkInt(id)
         case = self._loadCase(id)



More information about the Mpuls-commits mailing list