Skip to content

Commit

Permalink
automation_manager should use :manager(_id) instead of :ems_id
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswnl committed Jul 11, 2018
1 parent 6966a51 commit ff53452
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ def vms
def default_manager_ref
add_properties(:manager_ref => %i(manager_ref))
end

def add_common_default_values
add_default_values(
:manager => ->(persister) { persister.manager }
)
end
end
end
end
Expand Down

0 comments on commit ff53452

Please sign in to comment.