Actions
Bug #6607
closedPackage Filter rules should not restrict on unique package name.
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1106565
Description of problem:
Having repository with wit packages
package-0:1.0.0
package-0:2.0.0
package-0:3.0.0
package-0:4.0.0
There isn't an easy way to setup a filter such that the following packages are included:
package-0:2.0.0
package-0:4.0.0
Simply because:
validates :name, :presence => true, :uniqueness => { :scope => :content_view_filter_id }
You can't have two rules with the same package name. We should either lift this restriction or support a comma seperated list of values for exact versions.
Updated by Brad Buckingham over 10 years ago
- Assignee set to Brad Buckingham
- Target version set to 49
- Triaged changed from No to Yes
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4426 added
- Pull request deleted (
)
Updated by Brad Buckingham over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|092b6b9af78bbb56f2a82fe648e703ab9c511bd2.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions