lib/katello/permission_creator.rb in katello-4.9.2 vs lib/katello/permission_creator.rb in katello-4.10.0.rc1
- old
+ new
@@ -402,10 +402,10 @@
:resource_type => 'Katello::AlternateContentSource',
:finder_scope => :editable
@plugin.permission :edit_alternate_content_sources,
{
'katello/api/v2/alternate_content_sources' => [:update, :refresh],
- 'katello/api/v2/alternate_content_sources_bulk_actions' => [:refresh_alternate_content_sources]
+ 'katello/api/v2/alternate_content_sources_bulk_actions' => [:refresh_alternate_content_sources, :refresh_all_alternate_content_sources]
},
:resource_type => 'Katello::AlternateContentSource',
:finder_scope => :editable
@plugin.permission :destroy_alternate_content_sources,
{