Skip to content

Commit

Permalink
Updated RecordId in Edit Management Engine Form
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidResende0 committed Jan 16, 2024
1 parent 529715c commit 798f508
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 798f508

Please sign in to comment.