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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 23 12:32:57 CET 2010


Author: torsten
Date: 2010-03-23 12:32:53 +0100 (Tue, 23 Mar 2010)
New Revision: 2070

Modified:
   wasko/branches/2.0/mpulsweb/controllers/mpuls.py
Log:
* mpulsweb/controllers/mpuls.py (get_reminders): Changed rolename


Modified: wasko/branches/2.0/mpulsweb/controllers/mpuls.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/mpuls.py	2010-03-23 10:08:53 UTC (rev 2069)
+++ wasko/branches/2.0/mpulsweb/controllers/mpuls.py	2010-03-23 11:32:53 UTC (rev 2070)
@@ -26,7 +26,7 @@
     managers it also contains the case reminders.
     """
     remindlist = MaxSaveTimeReminderOverview()
-    if h.hasRole(['cm_ka']):
+    if h.hasRole(['cm']):
         remindlist.join(CaseReminderOverview())
         remindlist.sort()
     return remindlist



More information about the Mpuls-commits mailing list