-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.0, 3.0.0-SNAPSHOT
-
Component/s: UI
- install Nuxeo
- install Web UI addon
- create a workspace
- create a document
- click the History tab
- observe events are displayed only once
- export the document and retrieve its uuid
- add an audit event for the document using the following curl command (replace the uuid with the proper one):
curl -H 'Content-Type:application/json+nxrequest' -X POST -d '{ "params":{ "event":"test", "comment": "Commentaire test" }, "input": "a04dfbd1-45a2-4497-bad8-bc064ff14fa1", "context":{}}' -u Administrator:Administrator http://localhost:8080/nuxeo/api/v1/automation/Audit.LogEvent
- reload the page
- observe the audit events appear twice
- now select another document
- come back to the document where the audit event was added
- observe the events only appear once
- reload the page
- observe the audit events appear twice
- Is referenced in