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.
Actions