-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10, 10.3
-
Fix Version/s: 9.10-HF30, 10.10-HF05, 11.1, 2021.0
-
Component/s: Image Management
When computing views if one conversion fails the whole process fails. The ImagingComponent should be able to complete other conversions when this happens.
Views are computed in this section:
for (PictureConversion pictureConversion : pictureConversions) {
views.add(computeView(blob, pictureConversion, imageInfo, convert));
}