[Mpuls-commits] r5517 - jmd/trunk/jmdstrukturweb/templates/phase
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 2 10:20:31 CET 2011
Author: ludwig
Date: 2011-11-02 10:20:30 +0100 (Wed, 02 Nov 2011)
New Revision: 5517
Modified:
jmd/trunk/jmdstrukturweb/templates/phase/phase.mako
Log:
Issue2402: Renaming of old roles (part2)
Modified: jmd/trunk/jmdstrukturweb/templates/phase/phase.mako
===================================================================
--- jmd/trunk/jmdstrukturweb/templates/phase/phase.mako 2011-11-02 09:17:21 UTC (rev 5516)
+++ jmd/trunk/jmdstrukturweb/templates/phase/phase.mako 2011-11-02 09:20:30 UTC (rev 5517)
@@ -16,7 +16,7 @@
<form method="POST" action="${h.url_for(controller='/phase', action='editAction')}">
<input type="hidden" name="case_id" value="${session.get('case').id}">
<table id="cmphases">
- <% is_allowed = h.hasRole(('cm_ka',)) %>
+ <% is_allowed = h.hasRole(('cm',)) %>
<tr>
<th>${_('Phase')}</th>
<th width="25px"> </th>
More information about the Mpuls-commits
mailing list