[Mpuls-commits] r3313 - base/trunk/mpulsweb/config

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Aug 3 11:16:52 CEST 2010


Author: torsten
Date: 2010-08-03 11:16:52 +0200 (Tue, 03 Aug 2010)
New Revision: 3313

Modified:
   base/trunk/mpulsweb/config/routing.py
Log:
Added special route for "SetPhase" in phase controller


Modified: base/trunk/mpulsweb/config/routing.py
===================================================================
--- base/trunk/mpulsweb/config/routing.py	2010-08-03 09:16:17 UTC (rev 3312)
+++ base/trunk/mpulsweb/config/routing.py	2010-08-03 09:16:52 UTC (rev 3313)
@@ -105,6 +105,7 @@
     map.connect('/case_bundle/{action}/{confirmed}',
                 controller="case_bundle")
 
+    map.connect('/phase/setPhase/{id}/{value}', controller="phase", action="setPhase")
     map.connect('/{controller}', action='index')
     map.connect('/{controller}/{action}')
     map.connect('/{controller}/{action}/{id}')



More information about the Mpuls-commits mailing list