* refactor usage of kanban.

This commit is contained in:
Hao Sun
2021-11-30 14:21:24 +08:00
parent 0b199d7d0e
commit 88e67add78
3 changed files with 24 additions and 30 deletions
+2 -2
View File
@@ -750,7 +750,7 @@ $(function()
maxColWidth: 240,
showCount: true,
showZeroCount: true,
fluidBoardWidth: true,
fluidBoardWidth: false,
droppable:
{
target: findDropColumns,
@@ -833,7 +833,7 @@ $(function()
{
$.get(createLink('execution', 'ajaxUpdateKanban', "executionID=" + executionID + "&entertime=" + entertime + "&browseType=" + browseType + "&groupBy=" + groupBy), function(data)
{
if(data)
if(data)
{
kanbanGroup = $.parseJSON(data);
if(groupBy == 'default')