Actions
Bug #22411
closedUnattendedController does not render global methods defined in plugins
Description
UnattendedController includes Foreman::Renderer while TemplatesController includes UnattendedHelper (which itself includes Foreman::Renderer).
This can cause issues because the plugin macro extend_template_helpers extends UnattendedHelper and the methods aren't available in UnattendedController.
Updated by Timo Goebel over 7 years ago
- Subject changed from Foreman::Renderer vs to Foreman::Renderer vs UnattendedHelper
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5210 added
Updated by Timo Goebel over 7 years ago
- Subject changed from Foreman::Renderer vs UnattendedHelper to UnattendedController does not render global methods defined in plugins
Updated by Timo Goebel over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by Lukas Zapletal over 7 years ago
- Related to Bug #22615: Root password does not render with develop added
Actions