diff --git a/layouts/v7/modules/Vtiger/resources/RelatedList.js b/layouts/v7/modules/Vtiger/resources/RelatedList.js
index 15a05c93c40e5cf3a6559baf8e7191ee231c9bb4..72ff75f871e52dd6033896a2060d9483729c7972 100644
--- a/layouts/v7/modules/Vtiger/resources/RelatedList.js
+++ b/layouts/v7/modules/Vtiger/resources/RelatedList.js
@@ -128,10 +128,10 @@ jQuery.Class("Vtiger_RelatedList_Js",{
 				thisInstance.selectedRelatedTabElement.addClass('active');
 				container = jQuery('div.details');
                 container.html(responseData);
-                vtUtils. applyFieldElementsView(container);
+                vtUtils.applyFieldElementsView(container);
 				thisInstance.initializePaginationEvents();
                 thisInstance.triggerRelationAdditionalActions();
-				app.event.trigger('post.relatedListLoad.click', completeParams);
+				app.event.trigger('post.relatedListLoad.click', container);
                 
 				aDeferred.resolve(responseData);
 			},