-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10, 2021
-
Fix Version/s: 10.10-HF71, 2023.0, 2021.34
-
Component/s: Audit
-
Release Notes Summary:The "Document updated" (documentModified) event is no longer audited if document was not dirty
-
Tags:
-
Backlog priority:700
-
Sprint:nxplatform #81
-
Story Points:5
Steps to Reproduce
- Run a PUT request on a document but do not update any properties, ex.
curl -X PUT 'http://localhost:8080/nuxeo/api/v1/path/<path_to_document>' -H 'Content-type: application/json' -u Administrator:Administrator -d '{"entity-type":"document"}'
- Look at the history tab of the document. Notice that a documentModified event was fired
- Look at the dc:modified date of the document. Notice that it is not updated
Expected Results: Document modification event should be fired when document is actually modified