* Code for kanban.

This commit is contained in:
zhengrunyu
2021-12-02 09:53:41 +08:00
parent 4c29226156
commit 79ce6537df
+1 -1
View File
@@ -44,7 +44,7 @@ else
}
$kanbanColumns['normalRelease'] = array('name' => $lang->product->normalRelease, 'type' => 'normalRelease');
$userPrivs = array();
$userPrivs['product'] = common::hasPriv('product', 'browse');
$userPrivs['product'] = common::hasPriv('product', 'browse');
$userPrivs['productplan'] = common::hasPriv('productplan', 'view');
$userPrivs['project'] = common::hasPriv('project', 'index');
$userPrivs['execution'] = common::hasPriv('execution', 'task');