[Mpuls-commits] r2471 - wasko/branches/2.0/mpulsweb/templates/home
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Apr 22 10:57:16 CEST 2010
Author: torsten
Date: 2010-04-22 10:57:15 +0200 (Thu, 22 Apr 2010)
New Revision: 2471
Modified:
wasko/branches/2.0/mpulsweb/templates/home/home.mako
Log:
* mpulsweb/templates/home/home.mako: Wald #1428: Eigene Termine werden
nun wieder f?\195?\188r den CM angezeigt.
Modified: wasko/branches/2.0/mpulsweb/templates/home/home.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/home/home.mako 2010-04-22 08:45:25 UTC (rev 2470)
+++ wasko/branches/2.0/mpulsweb/templates/home/home.mako 2010-04-22 08:57:15 UTC (rev 2471)
@@ -43,7 +43,7 @@
<%include file="/home/remindlist.mako"/>
% endif
## Case
- % if g.mpuls_config.is_enabled('case-module', 'appointments') and h.hasRole('cm'):
+ % if g.mpuls_config.is_enabled('case-module', 'appointments') and h.hasRole(['cm']):
<h2>Eigene Termine</h2>
<%include file="/home/caseappointmentlist.mako"/>
% endif
More information about the Mpuls-commits
mailing list