Actions
Bug #7385
closed[Workbench] Pagination sets limit on last page, causing unintended side effects
Story points:
-
Release:
Release relationship:
Auto
Description
When viewing the last page on a paginated resource (for instance, collections) in workbench, a limit=remainder is introduced in the url. That limit is then applied to generate all the links to the pages at the top and bottom of the list.
The effect is that when there is a list of 102 items, and the default pagination is 100, you see a page 1 and 2 link on the first page.
If you click on the '2' for page 2, you see the 2 last items in the list, but you now also see a list of 51 pages and each of those pages has just 2 items.
Updated by Ward Vandewege over 9 years ago
- Description updated (diff)
- Subject changed from [Workbench] Pagination sets limit on last page to [Workbench] Pagination sets limit on last page, causing unintended side effects
- Category set to Workbench
Updated by Brett Smith over 9 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions