Actions
Bug #20762
closed`hammer content-view filter rule info` requires --content-view-filter-id when specifying --id
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Description
$ hammer content-view filter rule info --id 13
Error: Could not find content_view_filter, please set one of options --content-view-filter, --content-view-filter-id.
ID is unique and shouldn't require the filter ID.
Updated by John Mitsch over 7 years ago
- Translation missing: en.field_release set to 250
Updated by Andrew Kofink over 7 years ago
- Status changed from New to Rejected
- Translation missing: en.field_release deleted (
250)
Actually, since ContentViewFilterRule objects come from 4 different tables/models (ContentViewPackageFilterRule, ContentViewPackageGroupFilterRule, ContentViewErratumFilterRule, and ContentViewDockerFilterRule), id is not unique, so the filter ID is required.
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 166
Actions