Skip to content

Commit

Permalink
UITEN-306: Fix saving problem for routing service point(ECS only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko committed Sep 3, 2024
1 parent 3045222 commit 197b590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* [UITEN-299](https://folio-org.atlassian.net/browse/UITEN-299) Rewrite class components to functional ones (ui-tenant-settings module).
* [UITEN-292](https://folio-org.atlassian.net/browse/UITEN-292) Change visibility rules for routing service points.
* [UITEN-304](https://folio-org.atlassian.net/browse/UITEN-304) Provide case insensitive sorted data to edit record, field components.
* [UITEN-306](https://folio-org.atlassian.net/browse/UITEN-306) Fix saving problem for routing service point(ECS only).

## [8.1.0](https://github.com/folio-org/ui-tenant-settings/tree/v8.1.0)(2024-03-19)
[Full Changelog](https://github.com/folio-org/ui-tenant-settings/compare/v8.0.0...v8.1.0)
Expand Down
1 change: 1 addition & 0 deletions src/settings/ServicePoints/ServicePointFormContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const ServicePointFormContainer = ({
}

if (data.ecsRequestRouting) {
unset(data, 'shelvingLagTime');
unset(data, 'pickupLocation');
unset(data, 'holdShelfExpiryPeriod');
unset(data, 'holdShelfClosedLibraryDateManagement');
Expand Down

0 comments on commit 197b590

Please sign in to comment.