From 8dad5b63ccef58a38f0ab532a4e78b4d8d4fea93 Mon Sep 17 00:00:00 2001 From: tremo Date: Fri, 13 Mar 2026 15:26:36 +0100 Subject: [PATCH] Prevent the tag field to appear in the satisfaction survey --- CHANGELOG.md | 1 + inc/tag.class.php | 1 + 2 files changed, 2 insertions(+) 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', ]; }