Skip to content

Commit

Permalink
Merge pull request #9038 from DavidResende0/edit-management-engine-fix
Browse files Browse the repository at this point in the history
Updated RecordId in Edit Management Engine Form
  • Loading branch information
GilbertCherrie authored Jan 16, 2024
2 parents 529715c + 798f508 commit f2bd52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vm_common/_evm_relationship.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
%h3
= _('Servers')
.col-md-12
= react('VmServerRelationshipForm', :recordId => @edit[:vm_id].to_s, :redirect => url_for(:action => :show, :id => @record.id))
= react('VmServerRelationshipForm', :recordId => @record.id.to_s, :redirect => url_for(:action => :show, :id => @record.id))

0 comments on commit f2bd52b

Please sign in to comment.