From 67c701f6f996fabb13c2b4b74bf2d9a683cf4f34 Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Mon, 10 Jan 2022 18:48:21 +0300 Subject: [PATCH] Reports: Only for those who can access Helpdesk --- Web/Presenters/templates/@layout.xml | 2 +- install/sqls/{00017-reports.sql => 00018-reports.sql} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install/sqls/{00017-reports.sql => 00018-reports.sql} (100%) diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index 2a3dbca0..eb88fd31 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -175,7 +175,7 @@ ({$helpdeskTicketNotAnsweredCount}) {/if} - Reports + Reports {strpos($menuItem["name"], "@") === 0 ? tr(substr($menuItem["name"], 1)) : $menuItem["name"]} diff --git a/install/sqls/00017-reports.sql b/install/sqls/00018-reports.sql similarity index 100% rename from install/sqls/00017-reports.sql rename to install/sqls/00018-reports.sql