[Mpuls-commits] r1173 - wasko/branches/2.0/waskaweb/config
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 17:53:49 CET 2010
Author: torsten
Date: 2010-02-02 17:53:45 +0100 (Tue, 02 Feb 2010)
New Revision: 1173
Modified:
wasko/branches/2.0/waskaweb/config/routing.py
Log:
* waskaweb/config/routing.py (make_map): Deleted route to open and
close a case. Not used anymore
Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py 2010-02-02 16:52:18 UTC (rev 1172)
+++ wasko/branches/2.0/waskaweb/config/routing.py 2010-02-02 16:53:45 UTC (rev 1173)
@@ -47,8 +47,6 @@
map.connect('case/deleteAppointment/:id/:confirmed', controller="case", action="deleteAppointment")
map.connect('case/delete/:id/:confirmed', controller="case", action="delete")
map.connect('case/restore/:id/:confirmed', controller="case", action="restore")
- map.connect('case/open/:id/:confirmed', controller="case", action="open")
- map.connect('case/close/:id/:confirmed', controller="case", action="close")
map.connect('case/select/:id/:confirmed', controller="case", action="select")
map.connect('case/select_item/:key_id', controller="case", action="select_item")
map.connect('case/keepActive/:id/:confirmed', controller="case", action="keepActive")
More information about the Mpuls-commits
mailing list