23 $this->query->set(
'restAppLayoutMode',
'Y');
24 $this->query->set(
'IFRAME',
'Y');
26 if((
int)$this->requestFields->get(
'entityId')>0)
27 $this->query->set(
'entityId', $this->requestFields->get(
'entityId'));
29 if((
int)$this->requestFields->get(
'entityTypeId')>0)
30 $this->query->set(
'entityTypeId', $this->requestFields->get(
'entityTypeId'));
32 return parent::fill();