Bug #35358
Tracker #33447: Alternate Content Sources Support Tracker (MVP)
Simplified ACS products are not removed if the last repository in the product of th ACS's type has its URL removed
Status:
Ready For Testing
Priority:
Normal
Assignee:
-
Category:
Alternate Content Sources
Target version:
Description
All of the SmartProxyAlternateContentSources are deleted properly, but the product is not removed from the ACS. It should be, since the list of smart proxies will have been emptied out.
To fix, this part of Repository::Destroy needs to be added to Repository::Update where ACS changes are handled for URL updates: https://github.com/Katello/katello/blob/master/app/lib/actions/katello/repository/destroy.rb#L67-L73
History
#1
Updated by Chris Roberts 7 months ago
- Triaged changed from No to Yes
#2
Updated by Chris Roberts 4 months ago
- Target version changed from Katello 4.7.0 to Katello 4.8.0
#3
Updated by Ian Ballou about 2 months ago
- Target version changed from Katello 4.8.0 to Katello 4.9.0
#4
Updated by Jeremy Lenz 5 days ago
- Category changed from Repositories to Alternate Content Sources
#5
Updated by The Foreman Bot about 20 hours ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10494 added