Skip to content

Added: Include order by ID desc as tie break in pagination

What does this MR do?

Included order by id DESC as a tie break in pagination on the API

We used reorder after we fetch the resources and then order them by one value, the default was created_at DESC

Added tie breaker with id DESC if we do not use sort by id

What are the relevant issue numbers?

Closes #54796 (closed)

Does this MR meet the acceptance criteria?

Edited by Nermin Vehabovic

Merge request reports