-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: WEBUI-0.8.0
-
Component/s: Web UI
-
Tags:
-
Sprint:nxNest Sprint 8.4.7
On blob preview, when it is an image without views (ie as attachment), the fallback for not having picture view is file:content (if it exists) and not the blob itself.
@element nuxeo-document-preview
if (this.document.properties['file:content']) { return this.document.properties['file:content'].data; }
change it for the passed xpath
- is related to
-
ELEMENTS-591 Preview issue with Video Attachment
- Resolved