Actions
Bug #17180
closedParameters of type list can not include values containing commas
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer core
Target version:
Difficulty:
easy
Triaged:
Pull request:
Team Backlog:
Description
It is not possible to pass list of values containing commas.
E.g. --parameter='a,b,"c,d"' gets parsed as ['a', 'b', '\"c', 'd\"'] which is not expected
Updated by Martin Bacovsky about 8 years ago
- Blocks Bug #17135: Creating override-value-order for smart classes using CLI doesnt handle comma delimited order added
Updated by The Foreman Bot about 8 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/226 added
Updated by Martin Bacovsky almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3a3c30c1b69baded68c1f6f52972352fb3e8bd81.
Updated by Tomáš Strachota over 7 years ago
- Translation missing: en.field_release set to 235
Updated by Ivan Necas over 7 years ago
- Target version changed from 1.3.2 to 1.12.2
Actions