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

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


Author: torsten
Date: 2010-02-03 10:14:05 +0100 (Wed, 03 Feb 2010)
New Revision: 1202

Modified:
   wasko/branches/2.0/waskaweb/config/routing.py
Log:
Deleted route for case controller which are called wth page_id


Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py	2010-02-03 09:12:30 UTC (rev 1201)
+++ wasko/branches/2.0/waskaweb/config/routing.py	2010-02-03 09:14:05 UTC (rev 1202)
@@ -55,10 +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/:action/:ds_id/:page_id/:form', controller="case") 
-    map.connect('case/:action/:ds_id/:page_id', controller="case")
-
     map.connect('navigation/open_branch/:id', controller="navigation", action="open_branch")
     map.connect('navigation/close_branch/:id', controller="navigation", action="close_branch")
     map.connect('navigation/select_branch/:id', controller="navigation", action="select_branch")



More information about the Mpuls-commits mailing list