Actions
Bug #8669
closedHammer tries to fetch all objects for all params for a resource during create
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Foreman commands (obsolete)
Target version:
-
Description
Found with hammer_cli_foreman 0.1.4
This actually results in a bad query to the Katello API when creating a content view:
https://www.refheap.com/94740
Although, this seems a bit inefficient to do all those extra requests. This is how it worked with the previous version of hammer_cli_foreman:
https://www.refheap.com/94743
Actions