Actions
Bug #20066
closedglobal params are not evaluated in ENC output
Description
I have the following global param:
compute = <%= @host.compute_resource.try(:to_label) || 'Bare Metal' %>
ENC output:
...
compute: "<%= @host.compute_resource.try(:to_label) || 'Bare Metal' %>"
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shimon Shtein
- Pull request https://github.com/theforeman/foreman/pull/4607 added
Updated by Ohad Levy over 7 years ago
- Related to Refactor #15711: Remove inheritance from classification system and move type specific functionality to providers framework. added
Updated by Ohad Levy over 7 years ago
- Translation missing: en.field_release set to 240
Updated by Shimon Shtein over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 52e5776efc11560e8271040d2d202fb2095e1168.
Actions