Merge branch 'feature/REQ-3045' into dev
This commit is contained in:
commit
acc272577d
@ -46,7 +46,7 @@ public class MessageTemplateButtonV3ServiceImpl implements MessageTemplateButton
|
||||
if (item.getCategory() == RouterCategoryEnum.ACTION) {
|
||||
item.setUrlConfig(null);
|
||||
}
|
||||
if (item.getCategory() != RouterCategoryEnum.JUMP) {
|
||||
if (item.getUrlConfig() != null) {
|
||||
item.getUrlConfig().setFieldsNullIfUrlAbsent();
|
||||
}
|
||||
return buttonV3;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user