-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF57, 2021.13
-
Component/s: DAM
-
Tags:
-
Backlog priority:700
-
Sprint:nxplatform #43, nxplatform #44
-
Story Points:5
In the BinaryMetadataWorkListener we check only the document context data for the 'asyncExecute' flag, instead we should be checking the event properties since the context data of the document is actually copied on the event context properties on saveDocument().
To reproduce:
- disable the BinaryMetadataSyncListener as we dont need the picture metadata to be extracted synchronously
- make sure the flag 'asyncExecute' is set on the document context as its being checked by the listener