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
  • Loading branch information
Mirror Helper committed Jan 11, 2024
2 parents d1940a9 + 484ab2e commit 1c08c00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ManageIQ::Providers::AnsibleTower::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

def self.display_name(number = 1)
Expand Down

0 comments on commit 1c08c00

Please sign in to comment.