Bug 1606325

Summary: Use correct validator in ContentViewFilterRules#create
Product: Red Hat Satellite Reporter: Andrew Kofink <akofink>
Component: Content ViewsAssignee: Andrew Kofink <akofink>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4   
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-23 20:04:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Kofink 2018-07-20 19:31:01 UTC
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")

Comment 1 Andrew Kofink 2018-07-20 19:31:04 UTC
Created from redmine issue https://projects.theforeman.org/issues/23465

Comment 2 Andrew Kofink 2018-07-20 19:31:07 UTC
Upstream bug assigned to akofink