File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010### Fixed
1111
1212- Fix tag search
13+ - Fix ` webapplication ` plugin integration
1314
1415## [ 2.14.3] - 2025-12-22
1516
Original file line number Diff line number Diff line change 3535use Glpi \Form \Migration \TypesConversionMapper ;
3636use Glpi \Form \QuestionType \QuestionTypesManager ;
3737use Glpi \Plugin \Hooks ;
38+ use GlpiPlugin \Webapplications \Webapplication ;
3839
3940use function Safe \define ;
4041
@@ -92,8 +93,8 @@ function plugin_init_tag()
9293 }
9394
9495 // Plugin Webapplication
95- if (Plugin::isPluginActive ('webapplications ' )) {
96- $ CFG_GLPI ['plugin_tag_itemtypes ' ][__s ('Assets ' )][] = ' PluginWebapplicationsWebapplication ' ;
96+ if (Plugin::isPluginActive ('webapplications ' ) && class_exists (Webapplication::class) ) {
97+ $ CFG_GLPI ['plugin_tag_itemtypes ' ][__s ('Assets ' )][] = Webapplication::class ;
9798 }
9899
99100 // Plugin fusioninventory
You can’t perform that action at this time.
0 commit comments