Skip to content

Commit

Permalink
Merge branch 'master' into UIIN-3137
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Melnyshyn committed Dec 2, 2024
2 parents d131142 + 034df62 commit bbf9cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/settings/HoldingsSourcesSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<IntlConsumer>
Expand Down

0 comments on commit bbf9cd1

Please sign in to comment.