This commit is contained in:
chenfei
2019-07-26 16:04:09 +08:00
parent e258415f5a
commit 8e0f54cf6e
12 changed files with 27 additions and 26 deletions
+1 -2
View File
@@ -80,8 +80,7 @@
if($config->global->flow != 'onlyTest') common::printIcon('bug', 'toStory', "product=$bug->product&branch=$bug->branch&module=0&story=0&project=0&bugID=$bug->id", $bug, 'button', $lang->icons['story']);
common::printIcon('bug', 'createCase', $convertParams, $bug, 'button', 'sitemap');
$flow = $this->loadModel('workflow')->getByModule('bug');
echo $this->loadModel('flow')->buildOperateMenu($flow, $bug, 'view');
echo $this->buildOperateMenu($bug, 'view');
echo "<div class='divider'></div>";
common::printIcon('bug', 'edit', $params, $bug);