-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: BlobManager
-
Release Notes Summary:Blobs coming from a non-document blob provider can be saved in documents.
-
Epic Link:
-
Tags:
-
Backlog priority:700
-
Upgrade notes:
-
Sprint:nxFG 10.1.1, nxFG 10.1.2
-
Story Points:3
If a blob is managed and coming from a Blob Provider that's not known to the Blob Dispatcher, it should be copied when saved to a document.
For instance if the blob comes from the KeyValueBlobTransientStore, when saving it in a document the expectation is to copy it to the appropriate Blob Provider of the document's repository.
Currently this is not working, as DocumentBlobManagerComponent#writeBlob will just return the blob's key and not do a copy.
SUCCESS: Integrated in master/nuxeo-master #1548
NXP-24421: allow saving of transient managed blobs (efge: 1aafa9c99ecb0b540df8d2d09e3ffab53368bd8b)