In the CaaSMapper the data for media picture is mapped but it does not provide information about the fileName.
Start here: https://github.com/e-Spirit/javascript-content-api-library/blob/master/src/modules/CaaSMapper.ts#L940
mapMedia() -> mapMediaPicture():
The mapMediaPicture does not return a fileName even tho it is provided according to the Base definition behind CaaSApi_Media_Picture.
See
This is inconsistent as it works for files but not for images.
In the CaaSMapper the data for media picture is mapped but it does not provide information about the fileName.
Start here: https://github.com/e-Spirit/javascript-content-api-library/blob/master/src/modules/CaaSMapper.ts#L940
mapMedia() -> mapMediaPicture():
The
mapMediaPicturedoes not return afileNameeven tho it is provided according to the Base definition behindCaaSApi_Media_Picture.See
This is inconsistent as it works for files but not for images.