[Mpuls-commits] r1996 - wasko/branches/2.0/mpulsweb/config

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 18 12:33:19 CET 2010


Author: torsten
Date: 2010-03-18 12:33:18 +0100 (Thu, 18 Mar 2010)
New Revision: 1996

Modified:
   wasko/branches/2.0/mpulsweb/config/routing.py
Log:
* mpulsweb/config/routing.py: Added new route for new controller to
  handle casebundles.


Modified: wasko/branches/2.0/mpulsweb/config/routing.py
===================================================================
--- wasko/branches/2.0/mpulsweb/config/routing.py	2010-03-17 13:30:32 UTC (rev 1995)
+++ wasko/branches/2.0/mpulsweb/config/routing.py	2010-03-18 11:33:18 UTC (rev 1996)
@@ -101,6 +101,8 @@
     # extend the mapping in waskaweb.
     map.connect('/case_overview/{action}/{confirmed}',
                 controller="case_overview")
+    map.connect('/case_bundle/{action}/{confirmed}',
+                controller="case_bundle")
 
     map.connect('/{controller}', action='index')
     map.connect('/{controller}/{action}')



More information about the Mpuls-commits mailing list