mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Hide unnecessary status names from board config
This commit is contained in:
parent
f0df00a82d
commit
621e246530
2 changed files with 10 additions and 2 deletions
|
|
@ -1229,7 +1229,12 @@ class documentModel extends document
|
|||
}
|
||||
else
|
||||
{
|
||||
return $lang->status_name_list;
|
||||
$list = $lang->status_name_list;
|
||||
if ($list instanceof ArrayObject)
|
||||
{
|
||||
$list = $list->getArrayCopy();
|
||||
}
|
||||
return $list;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue