Actions
Refactor #12179
closedString extraction in host_inherited_params is wrong
Difficulty:
Triaged:
Description
For managed hosts in host_inherited_params n_() is used to try and extract a string that isn't listed explicitly:
https://github.com/theforeman/foreman/blob/c1755e07/app/models/host/managed.rb#L453
This should be fixed to correctly extract all options for source.
Updated by Dominic Cleal about 9 years ago
- Related to Bug #11763: Host API does not return all parameters (e.g. from locations, et al.) added
Updated by Dominic Cleal about 9 years ago
- Description updated (diff)
- Translation missing: en.field_release set to 63
Setting for 1.10.0, as it's a regression.
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Assignee set to Ori Rabin
- Pull request https://github.com/theforeman/foreman/pull/2946 added
Updated by Dominic Cleal about 9 years ago
- Translation missing: en.field_release changed from 63 to 104
Updated by Ori Rabin about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset db51650259be1547377b302cd76b7a54c3733496.
Updated by The Foreman Bot about 9 years ago
- Pull request https://github.com/theforeman/foreman/pull/2948 added
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release changed from 104 to 71
Refactoring in patch is too risky, moving.
Actions