Skip to content

Commit

Permalink
UITEN-269: User without "Settings (tenant): Can maintain preferred pl…
Browse files Browse the repository at this point in the history
…ugins" permission can edit preferred plugins. (#379)
  • Loading branch information
UladzislauKutarkin authored Dec 8, 2023
1 parent d4cda3c commit 66c2678
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 @@ -3,6 +3,7 @@
## 8.0.1 (IN PROGRESS)

* [UITEN-266](https://issues.folio.org/browse/UITEN-266) No longer displays non-working inventory-related pages when the inventory interfaces are not present.
* [UITEN-269](https://issues.folio.org/browse/UITEN-269) User without "Settings (tenant): Can maintain preferred plugins" permission can edit preferred plugins.

## [8.0.0](https://github.com/folio-org/ui-tenant-settings/tree/v8.0.0)(2023-10-13)
[Full Changelog](https://github.com/folio-org/ui-tenant-settings/compare/v7.4.0...v8.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/settings/Plugins/Plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Plugins extends React.Component {

render() {
const plugins = this.getPlugins();
const isReadOnly = !this.props.stripes.hasPerm('ui-tenant-settings.settings.sso');
const isReadOnly = !this.props.stripes.hasPerm('ui-tenant-settings.settings.plugins');

return (
<Layout className="full">
Expand Down

0 comments on commit 66c2678

Please sign in to comment.