From 302a576ed1e743e705c63752a2f4ea32f1726425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Fri, 17 Dec 2021 15:54:00 +0800 Subject: [PATCH] * Fix kanban js. --- module/execution/js/kanban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/js/kanban.js b/module/execution/js/kanban.js index e7eeac6b8c..52bb619dc7 100644 --- a/module/execution/js/kanban.js +++ b/module/execution/js/kanban.js @@ -453,7 +453,7 @@ if(!window.kanbanDropRules) { story: { - backlog: true, + backlog: 'ready', ready: ['backlog', 'doing'], 'doing': ['developed'], 'developed': ['doing', 'testing'],