Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
...
- Existing mapping for 590 (Local note) updated so that 1st indicator = 0 triggers "Staff only" indication. Any other 1st indicator does not.
Steps:
- Send GET request to /mapping-rules/marc-bib to retrieve the mapping rules
Under field “590” search for "target": "notes.staffOnly”. Replace the whole section for
Code Block |
---|
{ "target":"notes.staffOnly", "description":"If the 1st indicator equals 0, determines that the note should not be visible for others than staff", "subfield":[ "a" ], "rules":[ { "conditions":[ { "type":"set_note_staff_only_via_indicator" } ] } ] } |
...