Skip to content

Commit e8f5fb7

Browse files
committed
Fix(Fields): fix display from Planning view
1 parent 748e657 commit e8f5fb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

inc/field.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ public static function showForTab($params)
942942
strpos($current_url, '.form.php') === false
943943
&& strpos($current_url, '.injector.php') === false
944944
&& strpos($current_url, '.public.php') === false
945+
&& strpos($current_url, 'ajax/planning') === false
945946
&& strpos($current_url, 'ajax/timeline.php') === false // ITILSolution load from timeline
946947
) {
947948
return;

0 commit comments

Comments
 (0)