* Fix js error.
This commit is contained in:
@@ -453,7 +453,7 @@ if(!window.kanbanDropRules)
|
||||
{
|
||||
story:
|
||||
{
|
||||
backlog: 'ready',
|
||||
backlog: ['ready'],
|
||||
ready: ['backlog', 'doing'],
|
||||
'doing': ['developed'],
|
||||
'developed': ['doing', 'testing'],
|
||||
|
||||
Reference in New Issue
Block a user