Bug #27836
Compute resource without cache support offers button to refresh the cache
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Compute resources
Target version:
-
Pull request:
Fixed in Releases:
Found in Releases:
Description
#26462 introduced a default-implementation for refresh_cache()
in ComputeResource
-class.
This breaks the previous mechanisms to hide the 'Refresh Cache' button on compute resources that do not support it (respond_to? :refresh_cache
).
Associated revisions
History
#1
Updated by The Foreman Bot almost 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7036 added
#2
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases 1.24.0 added
#3
Updated by Markus Bucher almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset c8168da06bd300cd1887c6f58fb7d88466fb20fd.
Fixes #27836 - Hide refresh cache if not supported