Actions
Refactor #12067
closedDelegated methods need to be public, not protected
Description
generate_pxe_template and require_ip_validation? are delegated to primary interface on Host::Managed. However, these methods are protected. On Rails 4, protected methods cannot be called through a delegation, these methods have to be public.
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2781 added
- Pull request deleted (
)
Updated by Dominic Cleal about 9 years ago
- Tracker changed from Bug to Refactor
- Assignee set to Daniel Lobato Garcia
- Translation missing: en.field_release set to 63
Updated by Daniel Lobato Garcia about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3b75c0a74e4e46d53d2203d05a0fffac386ded1f.
Actions