Skip to content

Commit

Permalink
UIORGS-435: Banking - prevent deletion of account type if it is being…
Browse files Browse the repository at this point in the history
… used by an organization
  • Loading branch information
alisher-epam committed Oct 17, 2024
1 parent d2fe45f commit a204577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Settings > Organizations > Banking information is not properly fenced off by permissions. Refs UIORGS-436.
* Use Save & close button label stripes-component translation key - all UI modules. Refs UIORGS-425.
* Clean up ui-organizations permissions. Refs UIORGS-445.
* Banking - prevent deletion of account type if it is being used by an organization. Refs UIORGS-435.

## [5.1.1](https://github.com/folio-org/ui-organizations/tree/v5.1.1) (2024-04-18)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v5.1.0...v5.1.1)
Expand Down
2 changes: 1 addition & 1 deletion translations/ui-organizations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@
"settings.bankingInformation.enable": "Enable banking information",
"settings.bankingAccountTypes": "Account types",
"settings.bankingAccountTypes.cannotDeleteTermHeader": "Cannot delete account type",
"settings.bankingAccountTypes.cannotDeleteTermMessage": "This account type cannot be deleted, as it is in use by one or more records.",
"settings.bankingAccountTypes.deleteEntry": "Delete account type",
"settings.bankingAccountTypes.cannotDeleteTermMessage": "Unable to delete. Account type is in use by one or more organizations.",
"settings.bankingAccountTypes.termDeleted": "The account type <b>{term}</b> was successfully <b>deleted</b>",
"settings.bankingAccountTypes.termWillBeDeleted": "The account type <b>{term}</b> will be <b>deleted.</b>",
"settings.accountTypes.save.error.accountTypeMustBeUnique": "Account type must be unique.",
Expand Down

0 comments on commit a204577

Please sign in to comment.