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 Tomáš Strachota almost 7 years ago
- Status changed from Ready For Testing to Closed
Fixed in duplicate http://projects.theforeman.org/issues/23465/ Closing.
Actions