* Adjust kanban space tips for create.

This commit is contained in:
caoyanyi
2024-01-15 09:00:08 +08:00
parent 843896f063
commit 90d3bcaa83
+1
View File
@@ -55,6 +55,7 @@ class kanban extends control
{
if(!empty($_POST))
{
$this->lang->kanban->name = $this->lang->kanbanspace->name;
$space = form::data($this->config->kanban->form->createSpace)
->setDefault('createdBy', $this->app->user->account)
->setDefault('createdDate', helper::now())