From 869faaeaaab21cb6eab9344678c47f3920d66c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Mon, 8 Nov 2021 13:26:26 +0800 Subject: [PATCH] * Remove unused code. --- module/program/view/kanban.html.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/program/view/kanban.html.php b/module/program/view/kanban.html.php index 30ea30e4c3..d57c3797ca 100644 --- a/module/program/view/kanban.html.php +++ b/module/program/view/kanban.html.php @@ -43,10 +43,6 @@ $userPrivs['productplan'] = common::hasPriv('productplan', 'view'); $userPrivs['project'] = common::hasPriv('project', 'index'); $userPrivs['execution'] = common::hasPriv('execution', 'task'); $userPrivs['release'] = common::hasPriv('release', 'view'); - -$order['my'] = isset($kanbanGroup['my']) ? array_keys($kanbanGroup['my']) : array(); -$order['other'] = isset($kanbanGroup['other']) ? array_keys($kanbanGroup['other']) : array(); - js::set('kanbanColumns', $kanbanColumns); js::set('userPrivs', $userPrivs); js::set('kanbanGroup', $kanbanGroup);