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 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;