From 9b4e6eaa8569fe6c8e20d600b348ba4ea7de1ea9 Mon Sep 17 00:00:00 2001 From: YevhenBondarenko Date: Wed, 20 Sep 2023 10:53:56 +0200 Subject: [PATCH] fixed templatec VC --- .../template/WebDeliveryMethodNotificationTemplate.java | 1 - 1 file changed, 1 deletion(-) diff --git a/common/data/src/main/java/org/thingsboard/server/common/data/notification/template/WebDeliveryMethodNotificationTemplate.java b/common/data/src/main/java/org/thingsboard/server/common/data/notification/template/WebDeliveryMethodNotificationTemplate.java index f45371f716..e3a8ab4d8c 100644 --- a/common/data/src/main/java/org/thingsboard/server/common/data/notification/template/WebDeliveryMethodNotificationTemplate.java +++ b/common/data/src/main/java/org/thingsboard/server/common/data/notification/template/WebDeliveryMethodNotificationTemplate.java @@ -56,7 +56,6 @@ public class WebDeliveryMethodNotificationTemplate extends DeliveryMethodNotific this.additionalConfig = other.additionalConfig != null ? other.additionalConfig.deepCopy() : null; } - @NoXss(fieldName = "web notification message") @Length(fieldName = "web notification message", max = 250, message = "cannot be longer than 250 chars") @Override public String getBody() {