File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ public function checkCondition($item)
428
428
$ value = $ this ->fields ['value ' ];
429
429
$ condition = $ this ->fields ['condition ' ];
430
430
431
- $ searchOption = Search::getOptions (get_class ($ item ))[$ this ->fields ['search_option ' ]];
431
+ $ searchOption = Search::getOptions (get_class ($ item ))[$ this ->fields ['search_option ' ]];
432
432
433
433
$ fields = array_merge ($ item ->fields , $ item ->input );
434
434
Original file line number Diff line number Diff line change @@ -967,15 +967,18 @@ public static function showForTab($params)
967
967
echo "<div id=' {$ html_id }'> " ;
968
968
}
969
969
$ display_condition = new PluginFieldsContainerDisplayCondition ();
970
-
971
- if ($ item ->fields ['type ' ] == "" ) {
972
- $ item ->fields ['type ' ] = $ params ['options ' ]['type ' ];
973
- }
974
- if ($ item ->fields ['itilcategories_id ' ] == "" ) {
970
+
971
+ if ($ item ->fields ['type ' ] == "" )
972
+ {
973
+ $ item ->fields ['type ' ] = $ params ['options ' ]['type ' ];
974
+ }
975
+ if ($ item ->fields ['itilcategories_id ' ] == "" )
976
+ {
975
977
$ item ->fields ['itilcategories_id ' ] = $ params ['options ' ]['itilcategories_id ' ];
976
978
}
977
979
978
- if ($ display_condition ->computeDisplayContainer ($ item , $ c_id )) {
980
+ if ($ display_condition ->computeDisplayContainer ($ item , $ c_id ))
981
+ {
979
982
self ::showDomContainer (
980
983
$ c_id ,
981
984
$ item ,
You can’t perform that action at this time.
0 commit comments