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