Actions
Refactor #5959
closedLifecycle Environment's content_readable perms need to be removed
Pull request:
Fixed in Releases:
Found in Releases:
Description
There is no way to set a "content_readable" permission in the UI,
but there is code like https://github.com/Katello/katello/blob/master/app/controllers/katello/content_search_controller.rb#L192
""
repo = Repository.libraries_content_readable(current_organization).where(:id => params[:repo_id]).first
""
being used in content search. We need to verify that content search actually works without admin perms and remove references to this.
Actions