Process whole widget default config for images
This commit is contained in:
parent
3c94c86098
commit
74eae7adb1
@ -385,6 +385,7 @@ public class BaseImageService extends BaseResourceService implements ImageServic
|
|||||||
JsonNode defaultConfig = widgetTypeDetails.getDefaultConfig();
|
JsonNode defaultConfig = widgetTypeDetails.getDefaultConfig();
|
||||||
if (defaultConfig != null) {
|
if (defaultConfig != null) {
|
||||||
updated |= convertToImageUrlsByMapping(tenantId, WIDGET_TYPE_BASE64_MAPPING, Collections.singletonMap("prefix", prefix), defaultConfig, imagesLinks);
|
updated |= convertToImageUrlsByMapping(tenantId, WIDGET_TYPE_BASE64_MAPPING, Collections.singletonMap("prefix", prefix), defaultConfig, imagesLinks);
|
||||||
|
updated |= convertToImageUrls(tenantId, prefix, defaultConfig, imagesLinks);
|
||||||
widgetTypeDetails.setDefaultConfig(defaultConfig);
|
widgetTypeDetails.setDefaultConfig(defaultConfig);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user