diff --git a/CHANGELOG.md b/CHANGELOG.md index cdcf090..177d77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Avoid a per-tag database lookup when rendering the tag column in item lists +- Fix tag associate item ## [2.14.6] - 2026-08-04 diff --git a/composer.json b/composer.json index de2282c..35792c0 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ }, "autoload": { "psr-4": { + "GlpiPlugin\\Tag\\": "src/", "GlpiPlugin\\Tag\\Tests\\": "tests" } }, diff --git a/inc/tagitem.class.php b/inc/tagitem.class.php index f06709c..feb9dde 100644 --- a/inc/tagitem.class.php +++ b/inc/tagitem.class.php @@ -197,7 +197,7 @@ public static function showForTag(PluginTagTag $tag) if ($canedit) { echo "