diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d75d76..9b593bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix missing check for `Entity` tag visibility - Prevent update of tags when the user has no update rights +- Prevent the tag field from appearing in the satisfaction survey. ## [2.12.5] - 2025-09-29 diff --git a/inc/tag.class.php b/inc/tag.class.php index 1f1127f..e738898 100644 --- a/inc/tag.class.php +++ b/inc/tag.class.php @@ -63,6 +63,7 @@ public static function getBlacklistItemtype() 'PluginPrintercountersRecord', 'ITILSolution', 'ITILFollowup', + 'TicketSatisfaction', ]; }