* Fix kanban js.

This commit is contained in:
孙广明
2021-12-17 15:54:00 +08:00
parent 87c12c800a
commit 302a576ed1
+1 -1
View File
@@ -453,7 +453,7 @@ if(!window.kanbanDropRules)
{
story:
{
backlog: true,
backlog: 'ready',
ready: ['backlog', 'doing'],
'doing': ['developed'],
'developed': ['doing', 'testing'],