Actions
Bug #25380
closedDRY up applicability methods in content facet
Description
Look at the applicability related methods https://github.com/Katello/katello/blob/master/app/models/katello/host/content_facet.rb
- insert_rpm_applicability
- remove_rpm_applicability
- applicable_rpm_differences
- import_rpm_applicability
These are identical to
- insert_errata_applicability
- remove_errata_applicability
- applicable_errata_differences
- import_errata_applicability
- insert_module_stream_applicability
- remove_module_stream_applicability
- applicable_module_stream_differences
- import_module_stream_applicability
We would need to DRY this up
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7810 added
Updated by Anonymous about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|f3d62346d8140cddfb17265bcb65c6faea84bafb.
Updated by Justin Sherrill about 6 years ago
- Target version set to Katello 3.10.0
- Triaged changed from No to Yes
Actions