We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748e657 commit e8f5fb7Copy full SHA for e8f5fb7
1 file changed
inc/field.class.php
@@ -942,6 +942,7 @@ public static function showForTab($params)
942
strpos($current_url, '.form.php') === false
943
&& strpos($current_url, '.injector.php') === false
944
&& strpos($current_url, '.public.php') === false
945
+ && strpos($current_url, 'ajax/planning') === false
946
&& strpos($current_url, 'ajax/timeline.php') === false // ITILSolution load from timeline
947
) {
948
return;
0 commit comments