- Delete the privilege of kanban-laneMove.

This commit is contained in:
liumengyi
2023-04-13 15:15:06 +08:00
parent c900a372ba
commit ebf47c2dc1
9 changed files with 0 additions and 62 deletions
@@ -189,7 +189,6 @@ js::set('priv',
'canEditName' => common::hasPriv('kanban', 'setColumn'),
'canSetWIP' => common::hasPriv('kanban', 'setWIP'),
'canSetLane' => common::hasPriv('kanban', 'setLane'),
'canMoveLane' => common::hasPriv('kanban', 'laneMove'),
'canSortCards' => common::hasPriv('kanban', 'cardsSort'),
'canCreateTask' => $canCreateTask,
'canBatchCreateTask' => $canBatchCreateTask,