Actions
Bug #9955
closedCLI erroneously passing parameters for unspecified content types
Difficulty:
Triaged:
Yes
Description
hammer> content-view version incremental-update --errata-ids='6e60302a-846b-4dd2-92ce-7e91524c0ab2' --environment-ids='2' --ids='0d3b39d2-99de-4683-b1d6-e6e76af90e5d' --id='2'
results in the parameters:
{"add_content"=>{"errata_ids"=>["6e60302a-846b-4dd2-92ce-7e91524c0ab2"], "package_ids"=>["0d3b39d2-99de-4683-b1d6-e6e76af90e5d"], "puppet_module_ids"=>["0d3b39d2-99de-4683-b1d6-e6e76af90e5d"]}, "update_systems"=>{"included"=>{"ids"=>["0d3b39d2-99de-4683-b1d6-e6e76af90e5d"]}}, "content_view_version_environments"=>[{"environment_ids"=>["2"], "content_view_version_id"=>"15"}], "api_version"=>"v2", "content_view_version"=>{}}
Updated by Eric Helms almost 10 years ago
- Status changed from New to Closed
- Pull request https://github.com/Katello/hammer-cli-katello/pull/290 added
- Pull request deleted (
)
Actions