Actions
Bug #22754
closedContent view filter rule name param is wrongly documented as enum
Description
The author probably intended to mark that the parameter accepts either string or array:
param :name, [String, Array], :desc => N_("package, package group, or docker tag names")
but apipie (and hammer) interprets this array syntax as enum and actually validates if the value is "String" or "Array".
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomáš Strachota
- Pull request https://github.com/Katello/katello/pull/7220 added
Updated by Tomáš Strachota almost 7 years ago
- Related to Bug #22753: Some API parameters are wrongly documented as enum types added
Updated by John Mitsch over 6 years ago
- Translation missing: en.field_release set to 338
Updated by Tomáš Strachota over 6 years ago
- Has duplicate Bug #23214: cannot create content view filter rule added
Updated by Tomáš Strachota over 6 years ago
- Status changed from Ready For Testing to Closed
Fixed in duplicate http://projects.theforeman.org/issues/23465/ Closing.
Actions