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.
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_release set to 14
Updated by Eric Helms almost 10 years ago
- Translation missing: en.field_release changed from 14 to 23
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release changed from 23 to 31
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release deleted (
31)
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5746 added
Updated by Eric Helms over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|35817179e14cebe0bb59139982a1ad5d21ad9bab.
Actions