Bug #21249
closedPaging doesn't work for group members and permissions tables
Description
On the group panel, the "members" and "permission" tabs, if there is more than 1 page of items, using the forward/backward buttons will change the numerical range but not actually change what is displayed in the table.
Updated by Peter Amstutz about 1 year ago
- Target version changed from Development 2024-01-17 sprint to Development 2024-01-31 sprint
Updated by Peter Amstutz about 1 year ago
- Target version changed from Development 2024-01-31 sprint to Development 2024-01-17 sprint
Updated by Peter Amstutz 12 months ago
- Target version changed from Development 2024-01-17 sprint to Development 2024-01-31 sprint
Updated by Peter Amstutz 12 months ago
Also noted: the listing group membership seems buggy. In once case, observed that user entries were duplicated, in another case, the entire user list appeared instead of just the members.
Updated by Peter Amstutz 11 months ago
- Target version changed from Development 2024-01-31 sprint to Development 2024-02-14 sprint
Updated by Peter Amstutz 11 months ago
- Target version changed from Development 2024-02-14 sprint to Development 2024-02-28 sprint
Updated by Stephen Smith 10 months ago
Changes at arvados|bba33fe67b5126c092ac09e6fe0ff388aefd5619
Tests developer-run-tests-services-workbench2: #509
- All agreed upon points are implemented / addressed.
- Added missing pagination to group members / permissions middlewares
- Added unit tests to check for correct pagination filters
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- n/a
- Code is tested and passing, both automated and manual, what manual testing was done is described
- automated & manually checking
- Documentation has been updated.
- n/a
- Behaves appropriately at the intended scale (describe intended scale).
- n/a
- Considered backwards and forwards compatibility issues between client and server.
- n/a
- Follows our coding standards and GUI style guidelines.
- no ux changes
Updated by Lisa Knox 10 months ago
This all looks good, but I noticed some unusual behavior when viewing the 'All Users' group:
- When first viewing the group, the usernames are replaced with UUIDs and the 'Account Status' and 'Visible to other members' fields are completely blank
- When paging to the second page (which works now), you see the same thing but there is a pop-in a second after the initial load when all of the correct data is populated
If these are beyond the scope of this ticket, then they deserve a follow-up and this lgtm.
Updated by Stephen Smith 10 months ago
- Status changed from In Progress to Resolved
Created new ticket #21550 for loading indicators on status and visible fields