[Mpuls-commits] r1131 - wasko/branches/2.0/waskaweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 2 14:39:21 CET 2010
Author: torsten
Date: 2010-02-02 14:39:19 +0100 (Tue, 02 Feb 2010)
New Revision: 1131
Modified:
wasko/branches/2.0/waskaweb/controllers/caseappointment.py
Log:
Fixed urls in confirmation dialog
Modified: wasko/branches/2.0/waskaweb/controllers/caseappointment.py
===================================================================
--- wasko/branches/2.0/waskaweb/controllers/caseappointment.py 2010-02-02 13:35:59 UTC (rev 1130)
+++ wasko/branches/2.0/waskaweb/controllers/caseappointment.py 2010-02-02 13:39:19 UTC (rev 1131)
@@ -64,7 +64,7 @@
c.context = "../main.mako"
c.confirm_for = DELETE_APPOINT_CONFIRM
c.question = DELETE_APPOINT_CONFIRM_TEXT
- c.url_yes = "/case/deleteAppointment/%s/1" % id
- c.url_no = "/case/appointments/%s" % appointment.case_id
+ c.url_yes = "/caseappointment/delete/%s/1" % id
+ c.url_no = "/caseappointment/index/%s" % appointment.case_id
return render('/casemanagement/dialogs/confirm_delete_appointment.mako')
More information about the Mpuls-commits
mailing list