* Code for task #8276 of inner backyard pms.

This commit is contained in:
chenfei
2019-07-10 14:24:33 +08:00
parent 675a36b6e7
commit f74deb1497
11 changed files with 40 additions and 0 deletions
+3
View File
@@ -80,6 +80,9 @@
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 "<div class='divider'></div>";
common::printIcon('bug', 'edit', $params, $bug);
common::printIcon('bug', 'create', $copyParams, $bug, 'button', 'copy');