Actions
Bug #14307
openchange katello id resolver to not use 'name' parameters
Status:
New
Priority:
Normal
Assignee:
-
Category:
Hammer
Target version:
-
Description
In hammer foreman the id resolver defaults to passing:
search: {name: 'foo'}
to perform the id resolving. For various historical reasons in katello we pass:
name: 'foo'
As a result for any foreman entity we have to do this:
Which is not ideal. We should just be consistent with foreman now.
Actions