Skip to content

Commit

Permalink
MODLD-589: Update permission for LCCN duplicate check; Fix broken lin…
Browse files Browse the repository at this point in the history
…k in README file (#67)

* MODLD-589: Fix broken link in README file

* MODLD-601: Fix permission requirement for LCCN duplicate check
  • Loading branch information
pkjacob authored Dec 6, 2024
1 parent c3f8bba commit dd2a156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ The Linked Data module consumes a message and updates a corresponding Instance r
# Possible error responses
All error responses are listed in [src/main/resources/errors.yml](https://github.com/folio-org/mod-linked-data/blob/master/src/main/resources/errors.yml).
Validation error could contain various message codes listed in [src/main/resources/validationMessages.properties](https://github.com/folio-org/mod-linked-data/blob/master/src/main/resources/validationMessages.properties).
Validation error could contain various message codes listed in [src/main/resources/ValidationMessages.properties](https://github.com/folio-org/mod-linked-data/blob/master/src/main/resources/ValidationMessages.properties).
4 changes: 2 additions & 2 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"source-storage.records.put",
"specification-storage.specifications.collection.get",
"specification-storage.specification.rules.collection.get",
"ui-quick-marc.settings.lccn-duplicate-check.edit",
"mod-settings.global.read.ui-quick-marc.lccn-duplicate-check.manage",
"mod-settings.entries.collection.get"
]
},
Expand Down Expand Up @@ -74,7 +74,7 @@
"source-storage.records.put",
"specification-storage.specifications.collection.get",
"specification-storage.specification.rules.collection.get",
"ui-quick-marc.settings.lccn-duplicate-check.edit",
"mod-settings.global.read.ui-quick-marc.lccn-duplicate-check.manage",
"mod-settings.entries.collection.get"
]
},
Expand Down

0 comments on commit dd2a156

Please sign in to comment.