-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2021, 2023.0
-
Component/s: Comments
-
Release Notes Summary:AbstracSession#getOrCreateDocument now works properly to create a document under a version
-
Tags:
-
Backlog priority:750
-
Sprint:nxplatform #121
-
Story Points:3
Steps to Reproduce:
- Create a new document
- Create a version on this document
- Navigate to the version
- Add a comment on the version
- Add another comment
- Refresh the page and look at the comments
Expected Results: Both comments show on the version document
Actual Results: Only the first comment is showing on the version document
The GET on /nuxeo/api/v1/id/<doc_id>/@comment is only returning 1 entry for version documents even though all the comments exist on the document