Actions
Bug #38056
closedRefresh content counts action on Smart proxy fails when content_counts is set to {}
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman Proxy Content
Target version:
Description
Refresh content counts action on Smart proxy fails when content_counts is set to {}
Go to console on a box with smart proxy.
sp = SmartProxy.find("id")
sp.content_counts = {}
sp.save!
Try refresh counts action against any env/cv or global and the content count task will fail.
Actions