[Mpuls-commits] r2494 - wasko/branches/2.0/mpulsweb/controllers
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Apr 22 15:44:26 CEST 2010
Author: torsten
Date: 2010-04-22 15:44:25 +0200 (Thu, 22 Apr 2010)
New Revision: 2494
Modified:
wasko/branches/2.0/mpulsweb/controllers/case_bundle.py
Log:
* mpulsweb/controllers/case_bundle.py
(CaseBundleController.anonymize): Wald #1421. Fixed Link on
confirmation dialog.
Modified: wasko/branches/2.0/mpulsweb/controllers/case_bundle.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/case_bundle.py 2010-04-22 13:36:54 UTC (rev 2493)
+++ wasko/branches/2.0/mpulsweb/controllers/case_bundle.py 2010-04-22 13:44:25 UTC (rev 2494)
@@ -363,7 +363,7 @@
c.dialog_title = DIALOG_CONFIRM_ANONYMIZE
c.dialog_text = (DIALOG_CONFIRM_ANONYMIZE_EXPLAINATION
% "\n".join(self._buildCaseList(case_bundle)))
- c.url_yes = "/case_overview/anonymize/1"
+ c.url_yes = "/case_bundle/anonymize/1"
c.url_no = "/case_overview/"
return render('/casebundle/dialogs/confirm_anonymize.mako')
More information about the Mpuls-commits
mailing list