Skip to content

Commit

Permalink
UIREC-370: Disable pieces dropdown button when "Save and close" butto…
Browse files Browse the repository at this point in the history
…n is disabled
  • Loading branch information
alisher-epam committed Oct 16, 2024
1 parent e89f42c commit c4d98b7
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 @@ -43,6 +43,7 @@
* cleanup permissions for ui-receiving. Refs UIREC-410.
* ECS - fix user with no affiliation to the location in POL can not add pieces to the receiving title related to that POL. Refs UIREC-411.
* Upgrade `holdings-storage` to 8.0. Refs UIREC-407.
* Disable pieces dropdown button when "Save and close" button is disabled. UIREC-370.

## [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
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const PieceFormActionButtons = ({
</Button>
<Dropdown
key={actionsKey}
disabled={isSaveDisabled}
buttonProps={{
buttonStyle: 'primary',
buttonClass: css.dropdownButton,
Expand Down

0 comments on commit c4d98b7

Please sign in to comment.