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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 3 10:12:30 CET 2010


Author: torsten
Date: 2010-02-03 10:12:30 +0100 (Wed, 03 Feb 2010)
New Revision: 1201

Modified:
   wasko/branches/2.0/waskaweb/config/routing.py
Log:
Deleted route for logbook (sorting is done using GET params)


Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py	2010-02-03 09:11:09 UTC (rev 1200)
+++ wasko/branches/2.0/waskaweb/config/routing.py	2010-02-03 09:12:30 UTC (rev 1201)
@@ -55,7 +55,6 @@
     map.connect('case/anonymize/:id/:confirmed', controller="case", action="anonymize")
     map.connect('case/markForAnonymize/:id/:confirmed', controller="case", action="markForAnonymize")
     map.connect('case/markForAnonymizeFromOverview/:id/:confirmed', controller="case", action="markForAnonymizeFromOverview")
-    map.connect('case/logbook/:id/:sort_field/:sort_order', controller="case", action="logbook") #sorting of logbookentries
 
     map.connect('case/:action/:ds_id/:page_id/:form', controller="case") 
     map.connect('case/:action/:ds_id/:page_id', controller="case")



More information about the Mpuls-commits mailing list