Skip to content

Commit

Permalink
UIORGS-436 Settings > Organizations > Banking information is not prop…
Browse files Browse the repository at this point in the history
…erly fenced off by permissions
  • Loading branch information
NikitaSedyx committed Jul 1, 2024
1 parent 8d3f8d9 commit 6b8c4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 5.2.0 (IN PROGRESS)

* UX Consistency: HTML Page Title display when the third pane (detail record) displays. Refs UIORGS-423.
* Settings > Organizations > Banking information is not properly fenced off by permissions. Refs UIORGS-436.

## [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
6 changes: 3 additions & 3 deletions src/Settings/SettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ const pages = [
{
component: CategorySettings,
label: <FormattedMessage id="ui-organizations.settings.categories" />,
perm: 'settings.organizations.enabled',
perm: 'ui-organizations.settings.view',
route: 'category',
},
{
component: TypeSettings,
label: <FormattedMessage id="ui-organizations.settings.types" />,
perm: 'settings.organizations.enabled',
perm: 'ui-organizations.settings.view',
route: 'type',
},
{
component: BankingInformationSettings,
label: <FormattedMessage id="ui-organizations.settings.bankingInformation" />,
perm: 'settings.organizations.enabled',
perm: 'ui-organizations.settings.view',
route: 'banking-information',
},
];
Expand Down

0 comments on commit 6b8c4ae

Please sign in to comment.