Bug #23979
closedhammer fact list: 'organization' not recognized for searching!
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1592233
Description of problem:
hammer fact list provides --organization/location options:
- hammer fact list --help
Usage:
hammer fact list [OPTIONS]
Options:
--location LOCATION_NAME Location name
--location-id LOCATION_ID
--location-title LOCATION_TITLE Location title
--order ORDER Sort results
--organization ORGANIZATION_NAME Organization name
--organization-id ORGANIZATION_ID Organization ID
--organization-title ORGANIZATION_TITLE Organization title
--page PAGE Paginate results
--per-page PER_PAGE Number of entries per request
--search SEARCH Filter results
-h, --help Print help
but actually they cannot be used:
- hammer fact list --organization-id 1
400 Bad Request
Field 'organization' not recognized for searching! - hammer fact list --location-id 2
400 Bad Request
Field 'location' not recognized for searching!
Version-Release number of selected component (if applicable):
6.4 snap 8
satellite-6.4.0-9.beta.el7sat.noarch
tfm-rubygem-hammer_cli-0.13.0-1.el7sat.noarch
tfm-rubygem-hammer_cli_foreman-0.13.0-1.el7sat.noarch
How reproducible:
always
Additional info:
previous version does not provide org/location options
satellite-6.3.1-3.el7sat.noarch
tfm-rubygem-hammer_cli-0.11.0.1-1.el7sat.noarch
tfm-rubygem-hammer_cli_foreman-0.11.0.5-1.el7sat.noarch
tfm-rubygem-hammer_cli_katello-0.11.3.5-1.el7sat.noarch
- hammer fact list --help
Usage:
hammer fact list [OPTIONS]
Options:
--order ORDER sort results
--page PAGE paginate results
--per-page PER_PAGE number of entries per request
--search SEARCH filter results
-h, --help print help