stable
Clone or download
Read-only
Fix request #31203 Wrong pagination in cross tracker widget
Given a cross tracker widget where the user does not have the permission to see all the matching artifacts, the pagination is not well handled and some results can be displayed multiple time when clicking on load more How to test ----------- * Have a cross tracker widget with multiple trackers * In these trackers, have artifacts not visible for the user * As a user not adminsitrator, go this widget and perform the query => When the user clicks on "Load more", there are no duplicate. Change-Id: Ib0dc6c50c5b3662e9052a98e91ef6d03b6251eaf
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.ts | +40 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.vue | +2 | −1 | Go to diff View file |