From 6ff584ad5565035412e7e22b6518ed81ea5db99f Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Thu, 11 Sep 2025 10:36:14 +0200 Subject: [PATCH 1/2] Fix(Fields): fix display from Planning view --- inc/field.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/field.class.php b/inc/field.class.php index 2083beb0..7f5383d6 100644 --- a/inc/field.class.php +++ b/inc/field.class.php @@ -942,6 +942,7 @@ public static function showForTab($params) strpos($current_url, '.form.php') === false && strpos($current_url, '.injector.php') === false && strpos($current_url, '.public.php') === false + && strpos($current_url, 'ajax/planning') === false && strpos($current_url, 'ajax/timeline.php') === false // ITILSolution load from timeline ) { return; From b0729b0a88fa97136e96fa8b3e6a548af302df4b Mon Sep 17 00:00:00 2001 From: Stanislas Kita Date: Thu, 11 Sep 2025 11:17:42 +0200 Subject: [PATCH 2/2] adapt CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1951c2cd..2c9a62c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix for the `COALESCE` part of the `SQL query` for `multiple` dropdowns - Fix `search option` for `multiple` dropdown +- Fix display from Planning view ## [1.21.23] - 2025-08-26