[Mpuls-commits] r1067 - wasko/branches/2.0/waskaweb/config

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 1 14:38:01 CET 2010


Author: torsten
Date: 2010-02-01 14:37:57 +0100 (Mon, 01 Feb 2010)
New Revision: 1067

Modified:
   wasko/branches/2.0/waskaweb/config/routing.py
Log:
Deleted route for deleting logbook entries


Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py	2010-02-01 13:36:54 UTC (rev 1066)
+++ wasko/branches/2.0/waskaweb/config/routing.py	2010-02-01 13:37:57 UTC (rev 1067)
@@ -45,7 +45,6 @@
     map.connect('document/caseDelete/:id/:case/:confirmed', action="caseDelete", controller="document") 
     map.connect('case/markForDelete/:id/:confirmed', controller="case", action="markForDelete")
     map.connect('case/deleteAppointment/:id/:confirmed', controller="case", action="deleteAppointment")
-    map.connect('case/deleteLogbookEntry/:id/:confirmed', controller="case", action="deleteLogbookEntry")
     map.connect('case/delete/:id/:confirmed', controller="case", action="delete")
     map.connect('case/restore/:id/:confirmed', controller="case", action="restore")
     map.connect('case/open/:id/:confirmed', controller="case", action="open")



More information about the Mpuls-commits mailing list