-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: coldstorage-2021.0.0, coldstorage-10.0.0
-
Component/s: Glacier
-
Release Notes Summary:The nuxeo.coldstorage.thumbnailPreviewRequired conf property (default true) can be changed to false in order to allow documents without a default thumbnail rendition to be sent to cold storage.
-
Epic Link:
-
Sprint:nxplatform #50, nxplatform #51, nxplatform #52, nxplatform #53
-
Story Points:3
By default, the ** documents with the File facet are using the thumbnail as the preview version once the main file is in cold storage.
if the thumbnail is missing (due to an unsupported format or a issue on thumbnail creation), the send to cold storage is still available, which is not expected.
Steps to reproduce
- Create a document with the File facet
- Upload a zip file
- Go to the actions list from the document view
- Click on the send to cold storage action
Observed result
3. The Send to cold storage action is available
4. The file is sent to cold storage and I have no preview of the file (file_100.png instead)
Expected result
3. The Send to cold storage action is NOT available
Suggestions
We'll introduce a conf property to allow (or not) to send (or not) a document to cold storage depending on whether there is a thumbnail available to be shown as a preview in case the document is in cold storage.