-
Notifications
You must be signed in to change notification settings - Fork 18
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
UIIN-2634: Set tenant from stripes.okapi.tenant
if location.state
is empty (follow-up)
#2323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update Changelog.md
It's follow-up change. CHANGELOG was already updated |
Fix code smell please |
SonarCloud Quality Gate failed. 0 Bugs 41.2% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
… is empty (follow-up) (#2323) * UIIN-2634: Remove error when search for an item * UIIN-2634: Fix tests * UIIN-2634: set tenant from stripes.okapi.tenant if location.state is empty * Set !{tenantTo} instead of !{location.state.tenantTo} in holdings/items manifest * UIIN-2634: Remove unused methods in ItemRoute component * UIIN-2634: Fix code smell * UIIN-2634: get rid of getRequestsPath variable (cherry picked from commit 3d7c603)
Purpose
Approach
ItemRoute
toItemView
component in order to pass!{tenantTo}
valuetenantTo
prop toViewHoldingsRecord
component to simplify readingtenant
field in manifestRefs
UIIN-2634
Screenshots