Skip to content

Commit

Permalink
acquisition: exclude harvested documents
Browse files Browse the repository at this point in the history
When entering an order, it must not be possible to link
to a harvested document.

Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Sep 28, 2023
1 parent 9dd4c2f commit 6283616
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@
"pattern": "^https://bib.rero.ch/api/documents/.+?$",
"form": {
"remoteTypeahead": {
"type": "documents"
"type": "documents",
"filter": "NOT harvested:true"
},
"validation": {
"messages": {
Expand Down

0 comments on commit 6283616

Please sign in to comment.