[Mpuls-commits] r4330 - base/trunk/mpulsweb/templates/casemanagement

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Dec 6 16:57:30 CET 2010


Author: torsten
Date: 2010-12-06 16:57:30 +0100 (Mon, 06 Dec 2010)
New Revision: 4330

Modified:
   base/trunk/mpulsweb/templates/casemanagement/overview.mako
Log:
* mpulsweb/templates/casemanagement/overview.mako: Issue1527: Do not
	show evaluation option for admins if they search for cases of a
	specific editor.


Modified: base/trunk/mpulsweb/templates/casemanagement/overview.mako
===================================================================
--- base/trunk/mpulsweb/templates/casemanagement/overview.mako	2010-12-06 14:50:17 UTC (rev 4329)
+++ base/trunk/mpulsweb/templates/casemanagement/overview.mako	2010-12-06 15:57:30 UTC (rev 4330)
@@ -59,7 +59,7 @@
       % if g.mpuls_config.is_enabled('case-module', 'exportCSV'):
         <option value="exportCSV">Als CSV-Datei exportieren</option>
       % endif
-      % if g.mpuls_config.is_enabled('module', 'evaluation'):
+      % if g.mpuls_config.is_enabled('module', 'evaluation') and not c.hide_evaluation:
         <option value="evaluate">Auswerten</option>
       % endif
     </select>



More information about the Mpuls-commits mailing list