servermgrv2 init...
This commit is contained in:
parent
d2a11bc1ed
commit
0e168f667b
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user