Actions
Bug #23465
closedUse correct validator in ContentViewFilterRules#create
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Description
current:
param :name, [String, Array], :desc => N_("package, package group, or docker tag names")
correct:
param :name, Array, of: [String], :desc => N_("package, package group, or docker tag names")
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7348 added
Updated by Andrew Kofink over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|9b8274b050a596162cf1f0125da65eec7dece4c5.
Updated by Andrew Kofink over 6 years ago
- Translation missing: en.field_release set to 338
Actions