[Mpuls-commits] r1200 - wasko/branches/2.0/waskaweb/config
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 3 10:11:10 CET 2010
Author: torsten
Date: 2010-02-03 10:11:09 +0100 (Wed, 03 Feb 2010)
New Revision: 1200
Modified:
wasko/branches/2.0/waskaweb/config/routing.py
Log:
Deleted route for evaluation
Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py 2010-02-03 09:09:44 UTC (rev 1199)
+++ wasko/branches/2.0/waskaweb/config/routing.py 2010-02-03 09:11:09 UTC (rev 1200)
@@ -68,7 +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('evaluate/evaluate/:id/:reset', controller="evaluate", action="evaluate") #for evaluation over all cases.
map.connect(':controller/:action/:id/:confirmed')
map.connect(':controller/:action/:id')
map.connect(':controller/:action/*(file).csv')
More information about the Mpuls-commits
mailing list