Skip to content

Commit

Permalink
Merge pull request #545 from agrare/add_zone_id_to_validation_depende…
Browse files Browse the repository at this point in the history
…ncies

(cherry picked from commit 65eabdb)
  • Loading branch information
Fryguy committed Jan 31, 2024
1 parent dd735db commit ddd7493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/manageiq/providers/azure/container_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def params_for_create
:name => 'authentications.default.valid',
:skipSubmit => true,
:isRequired => true,
:validationDependencies => %w[type],
:validationDependencies => %w[type zone_id],
:fields => [
{
:component => "select",
Expand Down

0 comments on commit ddd7493

Please sign in to comment.