* adjust code for branch.

This commit is contained in:
wangyidong
2015-10-29 15:28:08 +08:00
parent 8381753633
commit 8593f3ce07
21 changed files with 51 additions and 62 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ js::set('refresh', $lang->refresh);
if(count($moduleOptionMenu) == 1)
{
echo "<span class='input-group-addon'>";
echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug"), $lang->tree->manage, '_blank');
echo html::a($this->createLink('tree', 'browse', "rootID=$productID&view=bug&currentModuleID=0&branch=$branch"), $lang->tree->manage, '_blank');
echo '&nbsp; ';
echo html::a("javascript:loadProductModules($productID)", $lang->refresh);
echo '</span>';