ref
This commit is contained in:
@@ -124,6 +124,8 @@ class Service implements Crud,
|
||||
protected array $noEditAccessRequiredLinkList = [];
|
||||
/** @var array<string, string[]> */
|
||||
protected array $linkMandatorySelectAttributeList = [];
|
||||
/** @var string[] */
|
||||
protected array $duplicatingLinkList = [];
|
||||
|
||||
/** @var string[] */
|
||||
protected $forbiddenAttributeList = [];
|
||||
@@ -148,12 +150,6 @@ class Service implements Crud,
|
||||
|
||||
private ?StreamService $streamService = null;
|
||||
|
||||
/** @var string[] */
|
||||
protected $duplicatingLinkList = [];
|
||||
/** @var ?string[] */
|
||||
protected $selectAttributeList = null;
|
||||
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
* @todo Move to metadata.
|
||||
@@ -1871,10 +1867,6 @@ class Service implements Crud,
|
||||
return $searchParams->withSelect(null);
|
||||
}
|
||||
|
||||
if ($this->selectAttributeList) {
|
||||
return $searchParams->withSelect($this->selectAttributeList);
|
||||
}
|
||||
|
||||
if ($searchParams->getSelect() === null) {
|
||||
return $searchParams;
|
||||
}
|
||||
|
||||
@@ -55,12 +55,9 @@ class TargetList extends Record implements
|
||||
use Di\HookManagerSetter;
|
||||
|
||||
/** @var string[] */
|
||||
protected $targetLinkList = [];
|
||||
protected array $noEditAccessRequiredLinkList = [];
|
||||
protected $duplicatingLinkList = [];
|
||||
|
||||
protected array $targetLinkList = [];
|
||||
/** @var array<string, string> */
|
||||
protected $entityTypeLinkMap = [];
|
||||
protected array $entityTypeLinkMap = [];
|
||||
|
||||
public function setMetadata(Metadata $metadata): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user