Project

General

Profile

Actions

Bug #23465

closed

Use correct validator in ContentViewFilterRules#create

Added by Andrew Kofink over 6 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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")

Actions

Also available in: Atom PDF