From c6be4c38a6f2fe6eaaf09829130c9781d42dc271 Mon Sep 17 00:00:00 2001 From: stephan Date: Tue, 21 Jul 2026 12:28:52 -0400 Subject: [PATCH] =?UTF-8?q?MSIN-4467=20=E2=80=94=20Remove=20'anomalies'=20?= =?UTF-8?q?button=20from=20bib=20tool=20navigation=20and=20update=20JavaSc?= =?UTF-8?q?ript=20logic=20for=20tool=20categorization.=20Increment=20versi?= =?UTF-8?q?on=20code=20to=204.72.850.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/v2/bib-assignments.js | 2 +- php/inc_fx_promoteur.php | 4 +++- php/inc_settings.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/js/v2/bib-assignments.js b/js/v2/bib-assignments.js index cfb3119..ce3ff95 100644 --- a/js/v2/bib-assignments.js +++ b/js/v2/bib-assignments.js @@ -540,7 +540,7 @@ if (toolId === 'event_config') { return 'settings'; } - if (toolId === 'global_batch' || toolId === 'anomalies' || toolId === 'dist_print') { + if (toolId === 'global_batch' || toolId === 'dist_print') { return 'operations'; } return 'preparation'; diff --git a/php/inc_fx_promoteur.php b/php/inc_fx_promoteur.php index 1e97ce8..60374e7 100644 --- a/php/inc_fx_promoteur.php +++ b/php/inc_fx_promoteur.php @@ -4873,6 +4873,9 @@ function renderBibPreparationOverview(array $tabEpreuves, $strAnomBadges = '') { + @@ -4993,7 +4996,6 @@ function renderBibToolNav($int_eve_id, $tabEpreuves, $strLangue = 'fr') { - diff --git a/php/inc_settings.php b/php/inc_settings.php index 5aad500..1c259c0 100644 --- a/php/inc_settings.php +++ b/php/inc_settings.php @@ -7,7 +7,7 @@ * Constantes * * **************/ -define('_VERSION_CODE', '4.72.849'); +define('_VERSION_CODE', '4.72.850'); define('_DATE_CODE', '2026-07-21'); //MSIN-4290 define('QR_SECRET_KEY', 'ms1_qr_2026_cle_secrete_longue_et_fixe');