Actions
Bug #16794
closedhammer content-view filter list is missing --organization parameter
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1378018
Description of problem:
When referencing CV by name as in:
hammer content-view filter list --content-view "Default Organization View"
it is necessary to specify also the org but the command does not allow that.
Tested on 6.3 snap:
- rpm -qa|grep hammer_cli_katello
tfm-rubygem-hammer_cli_katello-0.1.0-1.el7.noarch
How reproducible:
Always
Steps to Reproduce:
1. hammer content-view filter list --content-view "Default Organization View"
Actual results:
Error: Could not find organization. Some search options were missing, please see --help.
Expected results:
No Error
Additional info:
- the command's build_options needs to include organization options.
- it may be applicable for other filter commands where you can specify CV by name
Actions