* [bug#59359,done,0.2h] fix name language error.

This commit is contained in:
tianshujie
2025-01-20 11:01:46 +08:00
committed by 刘梦艺
parent 983cfe3275
commit 3d51d97150
+1
View File
@@ -87,6 +87,7 @@ class kanban extends control
{
if(!empty($_POST))
{
$this->lang->kanban->name = $this->lang->kanbanspace->name;
$space = form::data($this->config->kanban->form->editSpace)
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', helper::now())