Merge pull request #9296 from YevhenBondarenko/fix/templates-vc

fixed templatec VC
This commit is contained in:
Andrew Shvayka 2023-09-20 13:00:51 +03:00 committed by GitHub
commit 09d4d7a3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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