From 3b3b8a57c8b6b859b74a5c5f245c4ad748b52c48 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Wed, 2 Jul 2025 17:11:04 +0900 Subject: [PATCH] dbms_init...1 --- app/Controllers/Admin/Customer/ServiceItemController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/Admin/Customer/ServiceItemController.php b/app/Controllers/Admin/Customer/ServiceItemController.php index 8bd0838..4651929 100644 --- a/app/Controllers/Admin/Customer/ServiceItemController.php +++ b/app/Controllers/Admin/Customer/ServiceItemController.php @@ -26,9 +26,9 @@ class ServiceItemController extends CustomerController // $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 셋팅용 foreach (SERVICE_ITEM_TYPES as $item_type => $label) { $options = $this->getService()->getServiceItemLinkService($item_type)->getEntities();