Skip to content

Commit

Permalink
UIIN-3147 User can edit Source consortium "Holdings sources" in membe…
Browse files Browse the repository at this point in the history
…r tenant but not in Consortia manager (#2681)

(cherry picked from commit 034df62)
  • Loading branch information
NikitaSedyx authored and mariia-aloshyna committed Dec 4, 2024
1 parent 1ecb6bb commit f0951a7
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 @@ -2,6 +2,7 @@

## [12.0.5] (IN PROGRESS)
* Display informative error message when editing same instance, holdings, item in two tabs. Fixes UIIN-3127.
* User can edit Source consortium "Holdings sources" in member tenant but not in Consortia manager. Refs UIIN-3147.

## [12.0.4](https://github.com/folio-org/ui-inventory/tree/v12.0.4) (2024-12-03)
[Full Changelog](https://github.com/folio-org/ui-inventory/compare/v12.0.3...v12.0.4)
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 f0951a7

Please sign in to comment.