fix: enabled pagination for data access users table - #1304
Merged
yoganandaness merged 10 commits intoJan 15, 2026
Merged
Conversation
yoganandaness
requested review from
Scott-James-Hurley,
TCMeldrum and
jekabs-karklins
and removed request for
a team and
Scott-James-Hurley
January 9, 2026 14:52
…roposers, visits, data access user and instead replaced with simple table
TCMeldrum
approved these changes
Jan 14, 2026
…f github.com:UserOfficeProject/user-office-core into SWAP-5201-uo-onle-first-10-data-access-users-visible
…f github.com:UserOfficeProject/user-office-core into SWAP-5201-uo-onle-first-10-data-access-users-visible
yoganandaness
enabled auto-merge (squash)
January 15, 2026 14:45
yoganandaness
deleted the
SWAP-5201-uo-onle-first-10-data-access-users-visible
branch
January 15, 2026 15:23
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In the Data Access users table of a Proposal, only first 10 users are visible and the remaining is hidden. This is because that the pagination has been disabled for the table.
Motivation and Context
To display all the Data Access Users.
How Has This Been Tested
Manually
Fixes
Fixes the situation where the user is unable to view all the data access users associated to a Proposal.
This change not only fix the issue in the Data access users, but also with Co-Proposers table, Visitors table.
Changes
Enabled the pagination flag
Depends on
Tests included/Docs Updated?