Skip to content

Commit

Permalink
UIQM-431 fix
Browse files Browse the repository at this point in the history
Fix by add permissions to marc-specifications endpoint
  • Loading branch information
przemyslawturek committed Oct 4, 2023
1 parent 2e8a25f commit b4aa3b8
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand All @@ -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
},
Expand Down

0 comments on commit b4aa3b8

Please sign in to comment.