-
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-3106: Add 'linked-data' interface to 'optionalOkapiInterfaces' #2702
base: master
Are you sure you want to change the base?
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.
LGTM, though it's worth noting that the function leveraging this endpoint in ViewInstance.js is missing <IfInterface>
protection, so it's nice that you're adding this declaration in package.json
to include it in the module descriptor, but practically speaking the access is still unchecked and this is effectively a required interface.
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 add an entry in CHANGELOG
97af816
to
edf85ac
Compare
@BogdanDenis Change log added. |
edf85ac
to
ad57502
Compare
ad57502
to
6d8ce52
Compare
Quality Gate passedIssues Measures |
Purpose
Inventory UI makes API call to the following API in linked-data module
GET linked-data/inventory-instance/:{id}/import-supported
Per stripes documentation, the optional interfaces that UI module uses should be declared in
optionalOkapiInterfaces
section of package.json file.Purpose of this PR is to update
optionalOkapiInterfaces
section of the package.json with the following"linked-data": "1.0"