Actions
Task #1144
closedBody(Text) is null when template is created via GUI
Start date:
06/18/2018
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Steps to reproduce issue:
Create notification template in GUI. Fill only HTML body and leave text body empty.
Set this template to some action.
When this template should be send it fails on NullPointerException in DefaultIdmNotificationTemplateService on row this.velocityEngine.evaluate(velocityContext, bodyText, template.getCode(), text); because text is null.
Actions