Most entitys have a relation with teams, but in the layout of the entitys the team field is not there.
Is there any config to change that?
Thanks in advance
Is there any config to change that?
Thanks in advance
public function loadAdditionalFieldsForList(Entity $entity) { parent::loadAdditionalFieldsForList($entity); $entity->loadLinkMultipleField('teams'); }
Comment