Refactor #25860
Remove hacky product initalization code
Pull request:
Fixed in Releases:
Found in Releases:
Description
Some very old code is still around that likely isn't needed
https://github.com/Katello/katello/blob/master/app/models/katello/product.rb#L82
Associated revisions
History
#1
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7923 added
#2
Updated by Justin Sherrill over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|de14e5ae2ef9dba96f02d216320b22fab8a3c004.
#3
Updated by Andrew Kofink over 3 years ago
- Triaged changed from No to Yes
- Target version set to Katello 3.12.0
Fixes #25860 - remove old product init code
This was likely from years past when we would
initialize product objects straight from candlepin
json. Current code does not do that.