Actions
Bug #25150
closedregression: @dynamic in template is always false
Difficulty:
Triaged:
No
Description
@dynamic in templates is always false because ` =~ /^#Dynamic/` was changed to `.start_with?('#Dynamic')` and the partition tables start with metadata and not with `#Dynamic`.
Updated by Timo Goebel about 6 years ago
- Related to Bug #21172: Unknown Variables in partition tables <%= @osver %> 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/6124 added
Updated by Peter Lehwess about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset b3f8604c0a6a94e73333518faed2975eaa7b3728.
Updated by The Foreman Bot about 6 years ago
- Pull request https://github.com/theforeman/foreman/pull/6129 added
Updated by Ivan Necas about 6 years ago
- Has duplicate Bug #24931: @dynamic kickstart variable stopped working in Foreman 1.19.0 added
Actions