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

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Mar 8 15:04:28 CET 2012


Author: ludwig
Date: 2012-03-08 15:04:28 +0100 (Thu, 08 Mar 2012)
New Revision: 5887

Modified:
   base/trunk/mpulsweb/controllers/appointment.py
Log:
Issue 2738: small bugfix, dont use double action keyword.


Modified: base/trunk/mpulsweb/controllers/appointment.py
===================================================================
--- base/trunk/mpulsweb/controllers/appointment.py	2012-03-08 13:31:18 UTC (rev 5886)
+++ base/trunk/mpulsweb/controllers/appointment.py	2012-03-08 14:04:28 UTC (rev 5887)
@@ -51,7 +51,7 @@
 
     @checkRole(('admin', 'cm', 'pt_dlr'))
     def index(self):
-        redirect(url(action='overview', action='index'))
+        redirect(url(action='overview'))
 
     @checkRole(('admin', 'cm', 'pt_dlr'))
     def overview(self):



More information about the Mpuls-commits mailing list