Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIU-3279 supply tenantId in all useUserTenantRoles queries #2809

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

zburke
Copy link
Member

@zburke zburke commented Nov 26, 2024

Supply the tenantId argument in all queries. It was present in the query for a user's roles, but missing from the follow-up join-query that retrieved those roles' details, and thus returned an empty list unless the selected-tenant matched that of the currently-authenticated user.

Refs UIU-3279

Supply the `tenantId` argument in all queries. It was present in the
query for a user's roles, but missing from the follow-up join-query that
retrieved those roles' details, and thus returned an empty list unless
the selected-tenant matched that of the currently-authenticated tenant.

Refs UIU-3279
@zburke zburke merged commit 54bc82f into master Nov 26, 2024
5 checks passed
@zburke zburke deleted the UIU-3279 branch November 26, 2024 17:59
Terala-Priyanka pushed a commit that referenced this pull request Nov 28, 2024
Supply the `tenantId` argument in all queries. It was present in the
query for a user's roles, but missing from the follow-up join-query that
retrieved those roles' details, and thus returned an empty list unless
the selected-tenant matched that of the currently-authenticated user.

Refs UIU-3279
Terala-Priyanka added a commit that referenced this pull request Nov 29, 2024
* Show all patron notice print jobs, in correct order (#2806)

We now show the top 100 patron notice print jobs, not 10.

More importantly, they are now sorted correctly (reverse
chronological) on the server side, so even if the list grows past 100
and so is truncated in the UI at the first hundred, they will be the
_right_ (most recent) first hundred.

Fixes UIU-3269.

* UIU-3249 - Leverage API supported sorting of columns on pre-registrations records list. (#2808)

* UIU-3279 supply tenantId in all useUserTenantRoles queries (#2809)

Supply the `tenantId` argument in all queries. It was present in the
query for a user's roles, but missing from the follow-up join-query that
retrieved those roles' details, and thus returned an empty list unless
the selected-tenant matched that of the currently-authenticated user.

Refs UIU-3279

* Release v11.0.6

---------

Co-authored-by: Mike Taylor <mike@indexdata.com>
Co-authored-by: Zak Burke <zburke@ebsco.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants