From bcbb29d94e5a99e3cb3aae30a7bb5288e9c89039 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 25 Sep 2020 13:09:10 +0300 Subject: [PATCH] fix portal list view url --- application/Espo/Services/Portal.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/Espo/Services/Portal.php b/application/Espo/Services/Portal.php index b58892d10b..a6137ed29b 100644 --- a/application/Espo/Services/Portal.php +++ b/application/Espo/Services/Portal.php @@ -43,6 +43,11 @@ class Portal extends Record implements protected $getEntityBeforeUpdate = true; + protected $mandatorySelectAttributeList = [ + 'customUrl', + 'customId', + ]; + public function loadAdditionalFields(Entity $entity) { parent::loadAdditionalFields($entity);