Skip to content

Commit

Permalink
UIREQ-504 provide tags-view on requests-view
Browse files Browse the repository at this point in the history
Users with `ui-requests.view` need to be able to filter requests by tag,
which means they should automatically receive `tags.collection.get`
permission as well.

Refs UIREQ-504
  • Loading branch information
zburke committed Jul 15, 2020
1 parent 5727664 commit 759e634
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change history for ui-requests

## 3.0.4 (IN PROGRESS)

* Include tag-view permissions in `ui-requests.view` permission. Refs UIREQ-504.

## [3.0.3](https://github.com/folio-org/ui-requests/tree/v3.0.3) (2020-07-14)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v3.0.2...v3.0.3)

* Include tag-related permissions in `ui-users.edit` permission. Refs UITAG-29.
* Include tag-related permissions in `ui-requests.edit` permission. Refs UITAG-29.

## [3.0.2](https://github.com/folio-org/ui-requests/tree/v3.0.2) (2020-07-10)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v3.0.1...v3.0.2)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"inventory-storage.instances.item.get",
"inventory-storage.instances.collection.get",
"manualblocks.collection.get",
"circulation.requests.hold-shelf-clearance-report.get"
"circulation.requests.hold-shelf-clearance-report.get",
"tags.collection.get"
],
"visible": true
},
Expand Down

0 comments on commit 759e634

Please sign in to comment.