dbms_init...1
This commit is contained in:
parent
2719073d23
commit
3b3b8a57c8
@ -26,9 +26,9 @@ class ServiceItemController extends CustomerController
|
|||||||
// $this->view_path .= strtolower($this->getService()->getClassName()) . DIRECTORY_SEPARATOR;
|
// $this->view_path .= strtolower($this->getService()->getClassName()) . DIRECTORY_SEPARATOR;
|
||||||
|
|
||||||
}
|
}
|
||||||
protected function initAction(string $action): void
|
protected function initAction(string $action, $fields = []): void
|
||||||
{
|
{
|
||||||
parent::initAction($action);
|
parent::initAction($action, $fields);
|
||||||
//LINE,IP,SERVER등 추가 FilterOption 셋팅용
|
//LINE,IP,SERVER등 추가 FilterOption 셋팅용
|
||||||
foreach (SERVICE_ITEM_TYPES as $item_type => $label) {
|
foreach (SERVICE_ITEM_TYPES as $item_type => $label) {
|
||||||
$options = $this->getService()->getServiceItemLinkService($item_type)->getEntities();
|
$options = $this->getService()->getServiceItemLinkService($item_type)->getEntities();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user