From dda34dce5fb77ed48f93c669c598dc3be3555e75 Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 12 Oct 2015 10:45:33 +0300 Subject: [PATCH] notImportable linkMultiple --- application/Espo/Core/Utils/EntityManager.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/Espo/Core/Utils/EntityManager.php b/application/Espo/Core/Utils/EntityManager.php index 11fcd7b041..6dff81711d 100644 --- a/application/Espo/Core/Utils/EntityManager.php +++ b/application/Espo/Core/Utils/EntityManager.php @@ -297,6 +297,7 @@ class EntityManager "layoutListDisabled" => true, "layoutMassUpdateDisabled" => true, "noLoad" => true, + "importDisabled" => true, 'isCustom' => true ) ), @@ -352,6 +353,7 @@ class EntityManager "layoutListDisabled" => true, "layoutMassUpdateDisabled" => true, "noLoad" => true, + "importDisabled" => true, 'isCustom' => true ) ), @@ -373,6 +375,7 @@ class EntityManager "layoutDetailDisabled" => true, "layoutListDisabled" => true, "layoutMassUpdateDisabled" => true, + "importDisabled" => true, "noLoad" => true, 'isCustom' => true ) @@ -393,6 +396,7 @@ class EntityManager "layoutDetailDisabled" => true, "layoutListDisabled" => true, "layoutMassUpdateDisabled" => true, + "importDisabled" => true, "noLoad" => true, 'isCustom' => true )