stable
Clone or download
Read-only
fix request #31939: Wrong order of the followups comments in artifact modal
How to test: - Change the "limit" parameter or write more than 50 comments on an artifact - Open that artifact with the modal: either in Kanban, Planning view or Test Management - The comments should be sorted the same way as the artifact view. "Chunks" of 50 comments should be sorted correctly with one another. Without this patch, the comments would be correctly sorted inside a chunk, but the chunks would always be in the same order (for example: [["Delta", "Echo", "Foxtrot"], ["Alpha", "Bravo", "Charlie"]]). Change-Id: I760976894f505da18efad3df188cf321deed13f3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/TuleapAPIClient.test.ts | +28 | −21 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/TuleapAPIClient.ts | +5 | −6 | Go to diff View file |