Skip to content

Commit

Permalink
UIMARCAUTH-430: Refactor ui-inventory permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna committed Oct 22, 2024
1 parent a80d050 commit a3326a5
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 @@ -13,6 +13,7 @@
- [UIMARCAUTH-413](https://issues.folio.org/browse/UIMARCAUTH-413) Move `quick-marc` to optional dependencies.
- [UIMARCAUTH-428](https://issues.folio.org/browse/UIMARCAUTH-428) *BREAKING* Upgrade `marc-records-editor` to `6.0`.
- [UIMARCAUTH-429](https://folio-org.atlassian.net/browse/UIMARCAUTH-429) *BREAKING* Upgrade `source-record-storage` to `3.3`
- [UIMARCAUTH-430](https://folio-org.atlassian.net/browse/UIMARCAUTH-430) Refactor ui-inventory permissions.

## [5.0.1](https://github.com/folio-org/ui-marc-authorities/tree/v5.0.1) (2024-04-02)

Expand Down
2 changes: 1 addition & 1 deletion src/views/AuthoritiesSearch/ReportsMenu/ReportsMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ReportsMenu = ({

const showReports = stripes.hasPerm('ui-marc-authorities.authority-record.view') &&
stripes.hasPerm('ui-quick-marc.quick-marc-authorities-editor.all') &&
stripes.hasPerm('ui-inventory.all-permissions.TEMPORARY') &&
stripes.hasPerm('ui-inventory.all') &&
stripes.hasPerm('ui-quick-marc.quick-marc-editor.view') &&
stripes.hasPerm('ui-export-manager.jobs.downloadAndResend.execute');

Expand Down

0 comments on commit a3326a5

Please sign in to comment.