diff --git a/NEWS.md b/NEWS.md index 2828b9578..612792745 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,6 +16,7 @@ * Fix sending links.instance-authority-stats event to a tenant-specific instead of tenant-collection topic [MODINV-1311](https://folio-org.atlassian.net/browse/MODINV-1311) * Fix sending links.instance-authority-stats event to a tenant-specific instead of tenant-collection topic [MODINV-1311](https://folio-org.atlassian.net/browse/MODINV-1311) * Fix statisticalCodeIds and administrativeNotes fields are cleared after update [MODINV-1323](https://folio-org.atlassian.net/browse/MODINV-1323) +* Cannot Create/Edit MARC holdings record on ECS Sunflower environments (Bugfest, Mobius DR) [MODINV-1327](https://folio-org.atlassian.net/browse/MODINV-1327) ## 21.1.0 2025-03-13 * Update deduplication logic in mod-inventory [MODINV-1151](https://folio-org.atlassian.net/browse/MODINV-1151) diff --git a/ramls/holdings-records-source.json b/ramls/holdings-records-source.json index f8e8eab68..c8340f05e 100644 --- a/ramls/holdings-records-source.json +++ b/ramls/holdings-records-source.json @@ -17,7 +17,8 @@ "type": "string", "enum": [ "folio", - "local" + "local", + "consortium" ], "description": "The holdings records source" },