* Add Kanban space creation function.

This commit is contained in:
tianshujie
2021-12-08 15:38:45 +08:00
parent f7440465d8
commit a0e40c020d
10 changed files with 159 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ $config->action->objectNameFields['pipeline'] = 'name';
$config->action->objectNameFields['mr'] = 'title';
$config->action->objectNameFields['kanbancolumn'] = 'name';
$config->action->objectNameFields['kanbanlane'] = 'name';
$config->action->objectNameFields['kanbanspace'] = 'name';
$config->action->commonImgSize = 870;