Skip to content

Commit

Permalink
Fixes #37430 - Added create_content_views permission in Content Expor…
Browse files Browse the repository at this point in the history
…ter role
  • Loading branch information
sayan3296 authored and chris1984 committed May 13, 2024
1 parent 846b651 commit c33c5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/katello/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def katello_template_setting_values(name)
], 'Role granting permission to import content views in an organization'

role 'Content Exporter', [
:export_content, :view_products, :view_content_views, :view_organizations
:export_content, :view_products, :view_content_views, :create_content_views, :view_organizations
], 'Role granting permission to export content views in an organization'

def find_katello_assets(args = {})
Expand Down

0 comments on commit c33c5aa

Please sign in to comment.