Skip to content

Commit

Permalink
UITAG-29 provide tag-related permissions (#615)
Browse files Browse the repository at this point in the history
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 `<Tags>` component does not, at present, handle
discrepancies between them.

Refs UITAG-29
  • Loading branch information
zburke committed Jul 15, 2020
1 parent 4508f87 commit 1a9c58f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1a9c58f

Please sign in to comment.