Actions
Bug #27836
closedCompute resource without cache support offers button to refresh the cache
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Compute resources
Target version:
-
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
).
Actions