Skip to content

Commit

Permalink
UIREC-405 Update consortium-search interface
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Oct 10, 2024
1 parent 0093bb3 commit 2a31d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* *BREAKING* Bump up okapi interfaces for `pieces` (3.1) to support a new endpoint. Refs UIREC-396.
* Only Display pieces on receiving title view if user affiliation(s) matches piece location affiliation. Refs UIREC-390.
* Action menu should be closed after 'Save and create another' action. Refs UIREC-399.
* Update `consortium-search` interface. Refs UIREC-405.

## [5.0.5](https://github.com/folio-org/ui-receiving/tree/v5.0.5) (2024-08-05)
[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v5.0.4...v5.0.5)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"optionalOkapiInterfaces": {
"consortia": "1.0",
"consortium-search": "1.0"
"consortium-search": "2.0"
},
"queryResource": "query",
"icons": [
Expand Down Expand Up @@ -77,6 +77,7 @@
"circulation.requests.collection.get",
"configuration.entries.collection.get",
"consortium-search.campuses.collection.get",
"consortium-search.holdings.batch.collection.get",
"consortium-search.holdings.collection.get",
"consortium-search.institutions.collection.get",
"consortium-search.libraries.collection.get",
Expand Down

0 comments on commit 2a31d56

Please sign in to comment.