-
Notifications
You must be signed in to change notification settings - Fork 366
host initiator creation: bug in the group/cluster field #8812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host initiator creation: bug in the group/cluster field #8812
Conversation
…tor.raw_create_host_initiator` (provider)
host-initiator-form.schema.js (ui) and in `HostInitia…|
Checked commit Autosde@2ef37a7 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint |
|
@OrGur1987 does this have to be backported? (Is this bug present in |
I think so, how can I check? |
|
You would use |
|
thanks |
|
Backported to |
…tion_bug host initiator creation: bug in the group/cluster field (cherry picked from commit bacd478)
the
isSearchableprop in the host group field caused a bug:removing this prop required to also change the value sent by the form, so that it will send the group name and not its id. an adjustment was made in the provider code as well: