Actions
Bug #21375
openOrganization-title option is missing for hammer-cli-katello commands
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1503477
Description of problem:
Taxonomy titles were added in https://github.com/theforeman/hammer-cli-foreman/pull/299
However, accordint to @Tomáš Strachota hammer-cli-katello overrides setting for such organization related options across the plugin, so `location-title` is present while `organization-title` is missing. For example, `hammer host-collection hosts --help`
Satellite 6.3 Snap 20:
- satellite-6.3.0-20.0.beta.el7sat.noarch
- katello-3.4.5-4.el7sat.noarch
- foreman-1.15.4.8-1.el7sat.noarch
- tfm-rubygem-hammer_cli_foreman-0.11.0.1-1.el7sat.noarch
- tfm-rubygem-hammer_cli_katello-0.11.0-1.el7sat.noarch
How reproducible:
Always
Steps to Reproduce:
1. hammer host-collection hosts --help
2. Check whether both location-title and organization-title are present
3.
Actual results:
--location-title is available.
--organization-title is missing.
Expected results:
Options for both taxonomy titles are present.
Actions