fix portal list view url

This commit is contained in:
Yuri Kuznetsov
2020-09-25 13:09:10 +03:00
parent 3e2f995ba8
commit bcbb29d94e
+5
View File
@@ -43,6 +43,11 @@ class Portal extends Record implements
protected $getEntityBeforeUpdate = true;
protected $mandatorySelectAttributeList = [
'customUrl',
'customId',
];
public function loadAdditionalFields(Entity $entity)
{
parent::loadAdditionalFields($entity);