[Mpuls-commits] r6061 - base/trunk/mpulsweb/controllers

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Aug 29 13:29:25 CEST 2012


Author: torsten
Date: 2012-08-29 13:29:25 +0200 (Wed, 29 Aug 2012)
New Revision: 6061

Modified:
   base/trunk/mpulsweb/controllers/privacy.py
Log:
Fixed issue3370. Wrong url generation on declining EE-Statements.


Modified: base/trunk/mpulsweb/controllers/privacy.py
===================================================================
--- base/trunk/mpulsweb/controllers/privacy.py	2012-08-29 08:57:42 UTC (rev 6060)
+++ base/trunk/mpulsweb/controllers/privacy.py	2012-08-29 11:29:25 UTC (rev 6061)
@@ -109,7 +109,7 @@
                         u" anonymised and has been given to\n"
                         u"the admininstration. Please click on OK, to get back "
                         u"to the overview.")
-                c.url_ok = h.url('case_overview', action='index')
+                c.url_ok = h.url(controller='case_overview', action='index')
                 statement = case.getPrivacyStatement()
                 statement.decline()
                 return render('/privacy/dialogs/decline_success.mako')



More information about the Mpuls-commits mailing list