Actions
Bug #18702
closed`hammer package list --product-id 1` returns all packages for all products
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1422552
Description of problem:
The `--product-id` flag in `hammer package list` command does not filter the search by product.
Version-Release number of selected component (if applicable):
6.2.7
How reproducible:
Always
Steps to Reproduce:
1. Create or sync some products
2. Run `hammer package list --product-id 1` for a single product ID
Actual results:
All packages are returned.
Expected results:
The API endpoint katello/api/v2/repositories/:id/packages is used, or a new API endpoint, katello/api/v2/products/:id/packages is used to return filtered results.
Updated by Brad Buckingham over 7 years ago
- Translation missing: en.field_release set to 114
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Translation missing: en.field_release deleted (
114) - Pull request https://github.com/Katello/hammer-cli-katello/pull/487 added
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset hammer-cli-katello|a7d0f2698c0157943533036dc9325208871e6497.
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release set to 211
Actions