Actions
Bug #38126
closedUnnecessary changes of option descriptions
Difficulty:
Triaged:
No
Pull request:
Team Backlog:
Description
Since option families were introduced to reduce the number of semi-duplicate options, the descriptions of those were injected with string substitution to better reflect what an option expects, i.e. Name/Id injection was introduced. For most of the options it works as expected, but if a description coming from the API contains words from https://github.com/theforeman/hammer-cli/blob/master/lib/hammer_cli/options/option_family.rb#L15 and the option doesn't seem to have any "relatives", the injection doesn't make sense.
Updated by The Foreman Bot 15 days ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/393 added
Updated by The Foreman Bot 15 days ago
- Fixed in Releases hammer-cli-3.14.0 added
Updated by Oleh Fedorenko 15 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset a8e710f4e6dab0527b03d0d3ed880d4403666e80.
Actions