Skip to content

Commit

Permalink
UICHKIN-261: Adjust ui-checkin.all permission set (#446)
Browse files Browse the repository at this point in the history
* UICHKIN-261: Adjust ui-checkin.all permission set
  • Loading branch information
mkuklis authored Jun 15, 2021
1 parent 2bb0735 commit 6e3f472
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Fix bug setting wrong checkin time when passing through DST. Fixes UICHKIN-234.
* Fix failed build on ui-checkin. Fixes UICHKIN-265.
* Fix incorrect check in time. Refs UICHKIN-219.
* Adjust `ui-checkin.all` permission set. Fixes UICHKIN-261.

## [5.0.3] (https://github.com/folio-org/ui-checkin/tree/v5.0.3) (2021-04-22)
[Full Changelog](https://github.com/folio-org/ui-checkin/compare/v5.0.2...v5.0.3)
Expand Down
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,20 @@
"description": "Entire set of permissions needed to use Checkin",
"visible": true,
"subPermissions": [
"circulation.all",
"circulation-storage.all",
"configuration.all",
"users.collection.get",
"usergroups.collection.get",
"module.checkin.enabled",
"inventory.items.collection.get",
"inventory-storage.service-points.collection.get",
"accounts.collection.get",
"lost-item-fees-policies.collection.get"
"accounts.item.get",
"lost-item-fees-policies.collection.get",
"circulation.check-in-by-barcode.post",
"circulation.requests.collection.get",
"feefineactions.collection.get",
"configuration.entries.collection.get",
"circulation.end-patron-action-session.post",
"circulation-storage.staff-slips.collection.get"
]
}
]
Expand Down

0 comments on commit 6e3f472

Please sign in to comment.