From 60058571dc214903322eee3becec53f79e02fec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Turek?= <128044179+przemyslawturek@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:41:30 +0200 Subject: [PATCH] UIQM-431 fix (#603) Fix by add permissions to marc-specifications endpoint --- package.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index fdd08039..349a0247 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ "marc-records-editor.item.post", "marc-records-editor.links.suggestion.post", "instance-authority-links.instances.collection.post", - "marc-records-editor.status.item.get" + "marc-records-editor.status.item.get", + "marc-specifications.item.get" ], "visible": true }, @@ -52,7 +53,8 @@ "perms.users.get", "marc-records-editor.item.put", "marc-records-editor.links.suggestion.post", - "instance-authority-links.instances.collection.put" + "instance-authority-links.instances.collection.put", + "marc-specifications.item.get" ], "visible": true }, @@ -71,7 +73,8 @@ "displayName": "quickMARC: View, edit MARC holdings record", "subPermissions": [ "ui-quick-marc.quick-marc-holdings-editor.view", - "marc-records-editor.item.put" + "marc-records-editor.item.put", + "marc-specifications.item.get" ], "visible": true }, @@ -81,7 +84,8 @@ "subPermissions": [ "ui-quick-marc.quick-marc-holdings-editor.view", "marc-records-editor.status.item.get", - "marc-records-editor.item.post" + "marc-records-editor.item.post", + "marc-specifications.item.get" ], "visible": true }, @@ -93,7 +97,8 @@ "marc-records-editor.status.item.get", "marc-records-editor.item.post", "marc-records-editor.links.suggestion.post", - "instance-authority-links.instances.collection.put" + "instance-authority-links.instances.collection.put", + "marc-specifications.item.get" ], "visible": true }, @@ -105,7 +110,8 @@ "marc-records-editor.item.post", "instance-authority-links.instances.collection.post", "instance-authority-links.authorities.bulk.post", - "marc-records-editor.status.item.get" + "marc-records-editor.status.item.get", + "marc-specifications.item.get" ], "visible": false }, @@ -115,7 +121,8 @@ "subPermissions": [ "marc-records-editor.item.get", "marc-records-editor.item.put", - "inventory-storage.locations.collection.get" + "inventory-storage.locations.collection.get", + "marc-specifications.item.get" ], "visible": true },