From cbc02dce52ea336ae227cea21ee620bbfba7fd64 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Wed, 27 May 2026 11:30:24 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B09638=20-=20Regression=20itop-time-tracki?= =?UTF-8?q?ng=20due=20to=20iBackofficeDictEntriesExtension=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/Application/WebPage/WebPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/Application/WebPage/WebPage.php b/sources/Application/WebPage/WebPage.php index a5733efe35..cc47249ebc 100644 --- a/sources/Application/WebPage/WebPage.php +++ b/sources/Application/WebPage/WebPage.php @@ -21,8 +21,8 @@ use Combodo\iTop\Application\UI\Base\Layout\iUIContentBlock; use Combodo\iTop\Application\UI\Base\Layout\UIContentBlock; use Combodo\iTop\Renderer\BlockRenderer; use Combodo\iTop\Renderer\Console\ConsoleBlockRenderer; +use ContextTag; use DBSearch; -use DeprecatedCallsLog; use Dict; use ExecutionKPI; use IssueLog; @@ -1814,7 +1814,7 @@ JS; } } if ((count($this->a_dict_entries) > 0) || (count($this->a_dict_entries_prefixes) > 0)) { - if (class_exists('Dict')) { + if (class_exists('Dict') && !ContextTag::Check(ContextTag::TAG_SETUP)) { // The dictionary may not be available for example during the setup... // Create a specific dictionary file and load it as a JS script $sSignature = $this->get_dict_signature();