Update taskkanban.html.php

This commit is contained in:
周旭东
2022-02-23 05:29:00 +00:00
parent 177b6005f3
commit 7d6fa23ced
+1 -1
View File
@@ -77,7 +77,7 @@
$canBatchCreateTask = common::hasPriv('task', 'batchCreate', $checkObject);
$canCreateBug = common::hasPriv('bug', 'create');
$canBatchCreateBug = common::hasPriv('bug', 'batchCreate');
$canImportBug = common::hasPriv('execution', 'importBug');
$canImportBug = common::hasPriv('execution', 'importBug');
$canCreateStory = ($productID and common::hasPriv('story', 'create'));
$canBatchCreateStory = ($productID and common::hasPriv('story', 'batchCreate'));
$canLinkStory = ($productID and common::hasPriv('execution', 'linkStory'));