Skip to content

Commit

Permalink
UIU-3309: Rename permission after BE changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko committed Jan 13, 2025
1 parent dcd3640 commit 7adf5f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Hide Create block button for user without permission. Refs UIU-3300.
* Add HTML page title to add/edit patron block page. Refs UIU-3302.
* Update fee/fine actions column UX for accessibility. Refs UIU-3027.
* Rename permission after BE changes. Refs UIU-3309.

## [11.0.10](https://github.com/folio-org/ui-users/tree/v11.0.10) (2025-01-10)
[Full Changelog](https://github.com/folio-org/ui-users/compare/v11.0.9...v11.0.10)
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,10 @@
"comments.item.get",
"payments.collection.get",
"payments.item.get",
"feesfines.accounts.check-pay.item.post",
"feesfines.accounts-bulk.check-pay.item.post",
"feesfines.accounts.pay.item.post",
"feesfines.accounts-bulk.pay.item.post"
"feesfines.accounts.check-pay.post",
"feesfines.accounts-bulk.check-pay.post",
"feesfines.accounts.pay.post",
"feesfines.accounts-bulk.pay.post"
],
"visible": true
},
Expand All @@ -587,10 +587,10 @@
"comments.item.get",
"waives.collection.get",
"waives.item.get",
"feesfines.accounts.check-waive.item.post",
"feesfines.accounts-bulk.check-waive.item.post",
"feesfines.accounts.waive.item.post",
"feesfines.accounts-bulk.waive.item.post"
"feesfines.accounts.check-waive.post",
"feesfines.accounts-bulk.check-waive.post",
"feesfines.accounts.waive.post",
"feesfines.accounts-bulk.waive.post"
],
"visible": true
},
Expand Down Expand Up @@ -721,12 +721,12 @@
"ui-users.manual-waive.execute",
"feesfines.accounts.check-transfer.post",
"feesfines.accounts.check-refund.post",
"feesfines.accounts.transfer.item.post",
"feesfines.accounts-bulk.transfer.item.post",
"feesfines.accounts.cancel.item.post",
"feesfines.accounts-bulk.cancel.item.post",
"feesfines.accounts.refund.item.post",
"feesfines.accounts-bulk.refund.item.post",
"feesfines.accounts.transfer.post",
"feesfines.accounts-bulk.transfer.post",
"feesfines.accounts.cancel.post",
"feesfines.accounts-bulk.cancel.post",
"feesfines.accounts.refund.post",
"feesfines.accounts-bulk.refund.post",
"circulation-storage.loans.item.get",
"inventory.items.item.get"
],
Expand Down Expand Up @@ -1007,8 +1007,8 @@
"displayName": "Users: Create and download Cash drawer reconciliation report",
"replaces": ["ui-users.cashDrawerReport"],
"subPermissions": [
"feesfines.feefine-reports.cash-drawer-reconciliation.item.post",
"feesfines.feefine-reports.cash-drawer-reconciliation-source.item.post"
"feesfines.feefine-reports.cash-drawer-reconciliation.post",
"feesfines.feefine-reports.cash-drawer-reconciliation-source.post"
],
"visible": true
},
Expand Down

0 comments on commit 7adf5f1

Please sign in to comment.