-
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:3146: Update API URI for checkCanBeOpenedInLinkedData manifest #2678
Conversation
ec581ae
to
8b21fd4
Compare
Hi @BogdanDenis, @mariia-aloshyna @KaterynaSenchenko |
8b21fd4
to
759ebcb
Compare
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 to CHANGELOG
@@ -198,7 +198,7 @@ class ViewInstance extends React.Component { | |||
}, | |||
checkCanBeOpenedInLinkedData: { | |||
type: 'okapi', | |||
path: 'resource/check/:{id}/supported', | |||
path: 'linked-data/inventory-instance/:{id}/import-supported', |
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.
Does this enpoint require additional permissions?
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.
No. No permissions changes are made for this API.
@BogdanDenis CHANGELOG added. |
Quality Gate passedIssues Measures |
This PR addresses UIIN-3146
Purpose
The API URI
GET /resource/check/{inventoryId}/supported
has been changed toGET /linked-data/inventory-instance/{inventoryId}/import-supported
in mod-linked-data as part of MODLD-585. This Pull request makes the corresponding change in ui-inventory codebase.Approach
Update the API URI in ViewInstance.js
Refs
Related tickets: