diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5fde879..b4135ba99 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 (