Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.2.3, 1.3
-
None
-
None
-
-
Empty show more show less
Description
General info:
All available Assets from media browser have a corresponding meta-data node in the data module.
They correspond by their UUID.
Error setup:
- Selecting a image with the OnAir DAM control
- Corresponding meta-data node is missing in data module
-> feemarker error
Call from Freemarker template:
assign image = imageModel.image!
Source of the problem:
- In class 'STKUtil.java '
- In method 'public static Asset getAsset(Content content, String nodeDataName, String variationName)'
In case of the catched 'catch(DAMException e){' null is not returned to the freemarker template.
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MGNLSTK-637 STKUtil does not return 'null' to freemarker when DAMException is caught
-
- Closed
-