Actions
Refactor #19699
closedRemove unnecessary monkey patching
Difficulty:
Triaged:
Description
In host_action_subject.rb
, there is monkey patching of import_host
method.
It is not necessary and will cause problems once fact import process is changed.
Added by Shimon Shtein over 7 years ago
Added by Shimon Shtein over 7 years ago
Refs #19699 - Fixed older method signature
Actions
Fixes #19699 - Removed import_host monkey patch
Once https://github.com/theforeman/foreman/pull/3649 gets in core,
there will be no need for monkey patch.
In addition, it handles changes in `#import_host` signature.