* Fix bug#14091.

This commit is contained in:
qiyu-xie
2021-08-09 14:32:14 +08:00
parent b22f1df1d6
commit 506d2ec05f
7 changed files with 22 additions and 7 deletions
+3 -1
View File
@@ -1569,7 +1569,9 @@ class bug extends control
$this->executeHooks($bugID);
if($this->viewType == 'json') return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess));
die(js::locate($this->session->bugList, 'parent'));
$locateLink = $this->session->bugList ? $this->session->bugList : inlink('browse', "productID={$bug->product}");
die(js::locate($locateLink, 'parent'));
}
}