Refactor #34002
Add medium_providers_registry instance method
Pull request:
Fixed in Releases:
Found in Releases:
Description
allow registering a medium provider from plugins without using the deprecated medium_providers method
Associated revisions
History
#1
Updated by The Foreman Bot 6 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8952 added
#2
Updated by The Foreman Bot 6 months ago
- Fixed in Releases 3.2.0 added
#3
Updated by Tomer Brisker 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|832b2bfc2ed727e61e4ac42b814187f564df5183.
Fixes #34002 - add Foreman::Plugin#medium_providers_registry
Also, modify all registries on the instance to be delegated to the
class in one place instead of some doing the delegation inside a method.