lib/katello/plugin.rb in katello-4.12.0 vs lib/katello/plugin.rb in katello-4.12.1
- old
+ new
@@ -718,10 +718,10 @@
:import_content, :create_products, :create_content_views,
:edit_products, :edit_content_views, :view_organizations
], '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 = {})
type = args.fetch(:type, nil)
vendor = args.fetch(:vendor, false)