fixed templatec VC

This commit is contained in:
YevhenBondarenko 2023-09-20 10:53:56 +02:00
parent f3e89f7dff
commit 9b4e6eaa85

View File

@ -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() {