* Code for task #8276 of inner backyard pms.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user