Skip to content

Commit

Permalink
Merge branch 'quinteros' of https://github.com/ManageIQ/manageiq-prov…
Browse files Browse the repository at this point in the history
…iders-awx into 17.y
  • Loading branch information
Mirror Helper committed Jan 11, 2024
2 parents cb70780 + 22bcfe1 commit 9d2f499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ManageIQ::Providers::Awx::AutomationManager::Job <
require_nested :Status

belongs_to :ext_management_system, :foreign_key => :ems_id, :class_name => "ManageIQ::Providers::AutomationManager"
belongs_to :job_template, :foreign_key => :orchestration_template_id, :class_name => "ConfigurationScript"
belongs_to :job_template, :foreign_key => :configuration_script_id, :class_name => "ConfigurationScript"
belongs_to :playbook, :foreign_key => :configuration_script_base_id

virtual_has_many :job_plays
Expand Down

0 comments on commit 9d2f499

Please sign in to comment.