* Fix js error.

This commit is contained in:
孙广明
2021-12-20 09:32:34 +08:00
committed by zhengrunyu
parent 1e13398592
commit bc3644053f
+1 -1
View File
@@ -453,7 +453,7 @@ if(!window.kanbanDropRules)
{
story:
{
backlog: 'ready',
backlog: ['ready'],
ready: ['backlog', 'doing'],
'doing': ['developed'],
'developed': ['doing', 'testing'],