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 Shimon Shtein almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 52e5776efc11560e8271040d2d202fb2095e1168.
Actions