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

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


Author: torsten
Date: 2010-02-03 10:09:44 +0100 (Wed, 03 Feb 2010)
New Revision: 1199

Modified:
   wasko/branches/2.0/waskaweb/config/routing.py
Log:
Removed route for agency_overview


Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py	2010-02-03 08:25:47 UTC (rev 1198)
+++ wasko/branches/2.0/waskaweb/config/routing.py	2010-02-03 09:09:44 UTC (rev 1199)
@@ -68,8 +68,6 @@
     map.connect('case/logbook/:id/:sort_field/:sort_order', controller="case", action="logbook", sort_field='datum', sort_order='desc') #sorting of logbookentries
     map.connect('case_overview/overview/:reset/:sort_field/:sort_order', controller="case_overview", action="overview", reset=0, sort_field="name_1", sort_order="asc") #for bundles actions in case_overview
     map.connect('case_overview/:action/:confirmed', controller="case_overview") #for bundles actions in case_overview
-    map.connect('agency_overview/overview/:reset/:sort_field/:sort_order', controller="agency_overview", action="overview", reset=0, sort_field="fkz", sort_order="asc") #for bundles actions in agency_overview
-    map.connect('agency_overview/overview/:reset', controller="agency_overview", action="overview") #for bundles actions in agency_overview
     map.connect('evaluate/evaluate/:id/:reset', controller="evaluate", action="evaluate") #for evaluation over all cases.
     map.connect(':controller/:action/:id/:confirmed')
     map.connect(':controller/:action/:id')



More information about the Mpuls-commits mailing list