servermgrv2 init...

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-03 22:51:22 +09:00
parent d2a11bc1ed
commit 0e168f667b

View File

@ -54,7 +54,7 @@ class BoardModel extends BaseHierarchyModel
public function getFieldFormOption(string $field): array
{
switch ($field) {
case 'board_config_uid':
case 'category_uid':
if (is_null($this->_category_options)) {
$categoryModel = new CategoryModel();
$this->_category_options = $categoryModel->getOptions();