Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* [MODAUD-288](https://folio-org.atlassian.net/browse/MODAUD-288) - assertj: Upgrade from 3.27.3 to 3.27.7, change scope from compile to test
* [MODAUD-296](https://folio-org.atlassian.net/browse/MODAUD-296) - Implement User Audit Enabled Setting
* [MODAUD-298](https://folio-org.atlassian.net/browse/MODAUD-298) - Extract shared utilities and decouple DiffCalculator from inventory types
* [MODAUD-271](https://folio-org.atlassian.net/browse/MODAUD-271) - Fix cancellation reason deserialization with consortium source field

## 2.11.1 2025-04-15
* [MODAUD-250](https://folio-org.atlassian.net/browse/MODAUD-250) - Version history of "MARC" records is not tracked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"name": "Patron Cancelled",
"description": "Cancelled at patron’s request",
"requiresAdditionalInformation": false,
"source": "consortium",
"metadata": {
"createdDate": "2020-11-10T03:18:45.399+00:00",
"updatedDate": "2020-11-10T03:18:45.399+00:00"
Expand Down
4 changes: 4 additions & 0 deletions ramls/schemas/external/cancellation_reason.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"description" : "Requires additional information",
"type": "boolean"
},
"source": {
"description" : "Label indicating where the record originates from, e.g. 'consortium' for shared cancellation reasons",
"type": "string"
},
"metadata": {
"$ref": "../../raml-util/schemas/metadata.schema",
"readonly": true
Expand Down