Actions
Bug #8438
closedRepository.in_organization query uses puppet environments instead of lifecycle environments
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
def self.in_organization(org)
where(:environment_id => org.environments)
end
Should be
def self.in_organization(org)
where(:environment_id => org.lifecycle_environments)
end
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4821 added
- Pull request deleted (
)
Updated by Justin Sherrill about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|796b667e554ea0ee3b9fd01aa634b38836da8cb6.
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_release set to 14
Actions