Skip to content

Commit

Permalink
UIQM-567: Add marc-specifications to interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn committed Oct 6, 2023
1 parent 6005857 commit 21c9f20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
* [UIQM-385](https://issues.folio.org/browse/UIQM-385) Edit/Derive quickMARC | Allow user to drag text boxes to view all content
* [UIQM-402](https://issues.folio.org/browse/UIQM-402) Add linkingRuleId to the request body for linked fields
* [UIQM-351](https://issues.folio.org/browse/UIQM-351) MARC Authority | Print Source record
* [UIQM-567](https://issues.folio.org/browse/UIQM-567) Add marc-specifications to interfaces.

## [5.2.0](https://github.com/folio-org/ui-quick-marc/tree/v5.2.0) (2022-10-26)

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"inventory": "13.0",
"marc-records-editor": "5.0",
"permissions": "5.6",
"marc-specifications": "1.0",
"instance-authority-links": "2.1"
},
"stripesDeps": [
Expand All @@ -41,7 +42,7 @@
"marc-records-editor.links.suggestion.post",
"instance-authority-links.instances.collection.post",
"marc-records-editor.status.item.get",
"marc-specifications.item.get"
"marc-specifications.item.get"
],
"visible": true
},
Expand Down Expand Up @@ -74,7 +75,7 @@
"subPermissions": [
"ui-quick-marc.quick-marc-holdings-editor.view",
"marc-records-editor.item.put",
"marc-specifications.item.get"
"marc-specifications.item.get"
],
"visible": true
},
Expand All @@ -85,7 +86,7 @@
"ui-quick-marc.quick-marc-holdings-editor.view",
"marc-records-editor.status.item.get",
"marc-records-editor.item.post",
"marc-specifications.item.get"
"marc-specifications.item.get"
],
"visible": true
},
Expand Down

0 comments on commit 21c9f20

Please sign in to comment.