From 034df6221aa9f508585ff04a4e042540c4b1ca7a Mon Sep 17 00:00:00 2001 From: Mikita Siadykh Date: Mon, 2 Dec 2024 12:01:37 +0300 Subject: [PATCH] UIIN-3147 User can edit Source consortium "Holdings sources" in member tenant but not in Consortia manager (#2681) --- CHANGELOG.md | 1 + src/settings/HoldingsSourcesSettings.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff3b643d..c3b2b6f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * *BREAKING* Provide necessary props for browse lookup facets. Remove the facets state reset functionality. Refs UIIN-3099. * Add permission for "Share local instance" option on Member tenants. Refs UIIN-3140. * React v19: refactor away from default props for functional components. Refs UIIN-2890. +* User can edit Source consortium "Holdings sources" in member tenant but not in Consortia manager. Refs UIIN-3147. ## [12.0.4] (IN PROGRESS) diff --git a/src/settings/HoldingsSourcesSettings.js b/src/settings/HoldingsSourcesSettings.js index f8b957aed..0af79eeb2 100644 --- a/src/settings/HoldingsSourcesSettings.js +++ b/src/settings/HoldingsSourcesSettings.js @@ -27,7 +27,7 @@ class HoldingsSourcesSettings extends React.Component { render() { const hasPerm = this.props.stripes.hasPerm('ui-inventory.settings.holdings-sources'); - const suppress = getSourceSuppressor(RECORD_SOURCE.FOLIO); + const suppress = getSourceSuppressor([RECORD_SOURCE.FOLIO, RECORD_SOURCE.CONSORTIUM]); return (