Skip to content

Commit

Permalink
Add zone_id to provider validationDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Jan 22, 2024
1 parent 605c7d2 commit cb43c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/lenovo/manager_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def params_for_create
:name => 'authentications.default.valid',
:skipSubmit => true,
:isRequired => true,
:validationDependencies => %w[type],
:validationDependencies => %w[type zone_id],
:fields => [
{
:component => "text-field",
Expand Down

0 comments on commit cb43c79

Please sign in to comment.