Merge pull request #9296 from YevhenBondarenko/fix/templates-vc
fixed templatec VC
This commit is contained in:
commit
09d4d7a3e4
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user