[Mpuls-commits] r2350 - wasko/branches/2.0/mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 14 16:22:49 CEST 2010


Author: roland
Date: 2010-04-14 16:22:46 +0200 (Wed, 14 Apr 2010)
New Revision: 2350

Modified:
   wasko/branches/2.0/mpulsweb/controllers/administration.py
Log:
Fixed issue #1375: Display errors on confirmation dialog

Modified: wasko/branches/2.0/mpulsweb/controllers/administration.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/administration.py	2010-04-14 13:52:31 UTC (rev 2349)
+++ wasko/branches/2.0/mpulsweb/controllers/administration.py	2010-04-14 14:22:46 UTC (rev 2350)
@@ -238,8 +238,6 @@
                 return render('/administration/delete_user_helper.mako')
             else:
                 uo.delete()
-                c.notification_for = DELETE_USER_NOTIFICATION_SUCCESS
-                c.notification_text = DELETE_USER_NOTIFICATION_TEXT_SUCCESS
                 c.success_for = DELETE_USER_SUCCESS_HEADER
                 c.success_text = DELETE_USER_SUCCESS_TEXT
                 c.url_ok = "/administration/overviewUser"



More information about the Mpuls-commits mailing list