Actions
Bug #25128
closedTemplate Renderer: Variables loader registry is not kept when the class is inherited
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Description
It seems like the variables loader registry is not kept when the class is inherited. E.g. if I have an instance of ::Foreman::Renderer::Scope::Provisioning, @kernel is set. If I make class Bootdisk < ::Foreman::Renderer::Scope::Provisioning then @kernel is not set in an instance of Bootdisk.
Updated by Timo Goebel about 6 years ago
- Related to Refactor #22529: Refactor Template rendering to use a proper rendering service added
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6112 added
Updated by Anonymous about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset e50e4ffae2cea3b683322414f364ccf021e54fbe.
Actions