Skip to content

Commit

Permalink
UIQM-219:Cannot assign MARC authority permissions only (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Svitlana-Korol authored and BogdanDenis committed Mar 29, 2022
1 parent b0bc58c commit ad4b650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change history for ui-quick-marc

## IN PROGRESS
## [5.0.1] (IN PROGRESS)

* [UIQM-219](https://issues.folio.org/browse/UIQM-219) Cannot assign MARC authority permissions only.

## [5.0.0](https://github.com/folio-org/ui-quick-marc/tree/v5.0.0) (2022-03-03)
[Full Changelog](https://github.com/folio-org/ui-quick-marc/compare/v4.0.3...v5.0.0)
Expand Down Expand Up @@ -36,6 +38,7 @@
* [UIQM-202](https://issues.folio.org/browse/UIQM-202) Fix tests that fail due to timeouts on Jenkins.
* [UIQM-209](https://issues.folio.org/browse/UIQM-209) Highlight clicked on Heading/Reference in Authorities Detail record
* [UIQM-207](https://issues.folio.org/browse/UIQM-207) ui-quick-marc: Configure GitHub actions
* [UIQM-214](https://issues.folio.org/browse/UIQM-214) Update 'records-editor.records' interface version to v3.1.

## [4.0.3](https://github.com/folio-org/ui-quick-marc/tree/v4.0.3) (2021-11-09)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"displayName": "quickMARC: View, edit MARC authorities record",
"subPermissions": [
"records-editor.records.item.get",
"records-editor.records.item.put"
"records-editor.records.item.put",
"inventory-storage.locations.collection.get"
],
"visible": true
}
Expand Down

0 comments on commit ad4b650

Please sign in to comment.