From 1a9c58f8c0a495feb7792a2d5be679ec4fc7fe8f Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 14 Jul 2020 22:40:31 -0400 Subject: [PATCH] UITAG-29 provide tag-related permissions (#615) The tag-management component would display but throw errors because there was no way to assign tag-related permissions in the UI. The interaction between tag-CRUD permissions and entity-CRUD permissions can be confusing and the `` component does not, at present, handle discrepancies between them. Refs UITAG-29 --- CHANGELOG.md | 4 ++++ package.json | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a34b230..6f9ce19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-requests +## 3.0.3 (IN PROGRESS) + +* Include tag-related permissions in `ui-users.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) diff --git a/package.json b/package.json index b4a7cbae..734d12e6 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,9 @@ "circulation.requests.item.put", "circulation-storage.requests.collection.delete", "circulation-storage.requests.item.put", - "circulation-storage.requests.item.delete" + "circulation-storage.requests.item.delete", + "tags.collection.get", + "tags.item.post" ], "visible": true }