* finish task #37408.

This commit is contained in:
wangyidong
2021-04-13 09:16:32 +08:00
parent 39e069bec7
commit 6d15bc4ed0
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -862,7 +862,7 @@ class execution extends control
$productPairs = array('0' => $this->lang->product->all);
foreach($products as $product) $productPairs[$product->id] = $product->name;
$this->lang->modulePageNav = $this->product->select($productPairs, $productID, 'execution', 'bug', '', $branchID);
$this->lang->modulePageNav = $this->product->select($productPairs, $productID, 'execution', 'bug', '', $branchID, 0, '', false);
/* Header and position. */
$title = $execution->name . $this->lang->colon . $this->lang->execution->bug;