Skip to content

Commit

Permalink
Update packages/cms/lib/modules/arguments-block-widgets/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rudi van Hierden <rudi@draad.nl>
  • Loading branch information
LorenzoJokhan and rudivanhierden authored Feb 13, 2023
1 parent c193031 commit 7a0197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cms/lib/modules/arguments-block-widgets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
});
widget.config = config;
widget.divId = widget.config.divId;
widget.isClosedButRoleAllowes= config.isClosed && (data.isAdmin || data.isEditor || data.isModerator);
widget.isClosedButRoleAllows = config.isClosed && (data.isAdmin || data.isEditor || data.isModerator);
});

return superLoad(req, widgets, next);
Expand Down

1 comment on commit 7a0197b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feature-show-message-close-arguments-but-open-because-of-role-7a0197b

Please sign in to comment.