dbms_init...1
This commit is contained in:
parent
b6f131defa
commit
f4faa2bd9a
@ -121,9 +121,6 @@ class ServiceService extends CustomerService
|
|||||||
public function getFormFieldOption(string $field, array $options = []): array
|
public function getFormFieldOption(string $field, array $options = []): array
|
||||||
{
|
{
|
||||||
switch ($field) {
|
switch ($field) {
|
||||||
case 'ownerinfo_uid':
|
|
||||||
$options = $this->getClientService()->getEntities();
|
|
||||||
break;
|
|
||||||
case 'user_uid':
|
case 'user_uid':
|
||||||
$options = $this->getUserService()->getEntities();
|
$options = $this->getUserService()->getEntities();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user