[Mpuls-commits] r1154 - wasko/branches/2.0/waskaweb/config
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 15:54:26 CET 2010
Author: torsten
Date: 2010-02-02 15:54:26 +0100 (Tue, 02 Feb 2010)
New Revision: 1154
Modified:
wasko/branches/2.0/waskaweb/config/routing.py
Log:
* waskaweb/config/routing.py (make_map): Deleted route for
showAppointment
Modified: wasko/branches/2.0/waskaweb/config/routing.py
===================================================================
--- wasko/branches/2.0/waskaweb/config/routing.py 2010-02-02 14:52:49 UTC (rev 1153)
+++ wasko/branches/2.0/waskaweb/config/routing.py 2010-02-02 14:54:26 UTC (rev 1154)
@@ -54,7 +54,6 @@
map.connect('case/keepActive/:id/:confirmed', controller="case", action="keepActive")
map.connect('case/phase/:id/:confirmed', controller="case", action="phase")
map.connect('case/printAll/:id/:empty', controller="case", action="printAll", empty=0)
- map.connect('case/showAppointment/:id/:confirmed', controller="case", action="showAppointment", confirmed=1)
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")
More information about the Mpuls-commits
mailing list