diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php
index ecf6794235..f0c097b004 100644
--- a/module/bug/view/edit.html.php
+++ b/module/bug/view/edit.html.php
@@ -81,7 +81,19 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild);
| bug->module;?> |
-
+
+ ";
+ echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug¤tModuleID=0&branch=$bug->branch"), $lang->tree->manage, '_blank');
+ echo ' ';
+ echo html::a("javascript:loadProductModules($productID)", $lang->refresh);
+ echo '';
+ }
+ ?>
+
|
diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php
index e4d52b31a4..28309dc82e 100644
--- a/module/story/view/edit.html.php
+++ b/module/story/view/edit.html.php
@@ -67,11 +67,12 @@
|
|
diff --git a/module/testcase/view/view.html.php b/module/testcase/view/view.html.php
index 4baa880e43..4ee7eafd72 100644
--- a/module/testcase/view/view.html.php
+++ b/module/testcase/view/view.html.php
@@ -52,7 +52,7 @@
echo "";
common::printIcon('testcase', 'edit',"caseID=$case->id");
common::printCommentIcon('testcase');
- common::printIcon('testcase', 'create', "productID=$case->product&branch=$branch&moduleID=$case->module&from=testcase¶m=$case->id", '', 'button', 'copy');
+ common::printIcon('testcase', 'create', "productID=$case->product&branch=$case->branch&moduleID=$case->module&from=testcase¶m=$case->id", '', 'button', 'copy');
common::printIcon('testcase', 'delete', "caseID=$case->id", '', 'button', '', 'hiddenwin');
echo '
';