From 798f50838ae38f94fb95239369e7237c7846072f Mon Sep 17 00:00:00 2001 From: David Resende Date: Tue, 16 Jan 2024 12:16:37 -0500 Subject: [PATCH] Updated RecordId in Edit Management Engine Form --- app/views/vm_common/_evm_relationship.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/vm_common/_evm_relationship.html.haml b/app/views/vm_common/_evm_relationship.html.haml index 3213f93641b..86a732d4196 100644 --- a/app/views/vm_common/_evm_relationship.html.haml +++ b/app/views/vm_common/_evm_relationship.html.haml @@ -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))