Skip to content

Commit

Permalink
Send holdingsRecordId param for Item level requests (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-blazhko authored Oct 15, 2024
1 parent f9a2562 commit c24e59e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* Navigate to first page when saving the pick slip print log from beyond the first page. Refs UIREQ-1145.
* Also support okapiInterfaces `inventory` `14.0`. Refs UIREQ-1160.
* Use `instanceId` param for ILR from items response. Refs UIREQ-1149.
* Send `holdingsRecordId` param for Item level requests. Refs UIREQ-1167.

## [9.1.2] (https://github.com/folio-org/ui-requests/tree/v9.1.2) (2024-09-13)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v9.1.1...v9.1.2)
Expand Down
1 change: 0 additions & 1 deletion src/routes/RequestsRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,6 @@ class RequestsRoute extends React.Component {
if (isMultiDataTenant(stripes) && checkIfUserInCentralTenant(stripes)) {
unset(requestData, 'item');
unset(requestData, 'requester');
unset(requestData, 'holdingsRecordId');

mutator = this.props.mutator.ecsTlrRecords;
}
Expand Down

0 comments on commit c24e59e

Please sign in to comment.