Merge branch 'sprint/239_liuruogu_bug' into 'zentaopms_239'

* Fix bug #27645.

See merge request easycorp/zentaopms!5465
This commit is contained in:
刘刚
2022-09-22 01:43:24 +00:00
+1 -1
View File
@@ -316,7 +316,7 @@ class product extends control
$productName = ($isProjectStory and empty($productID)) ? $this->lang->product->all : $this->products[$productID];
/* Assign. */
$this->view->title = $productName . $this->lang->colon . $this->lang->product->browse;
$this->view->title = $productName . $this->lang->colon . ($storyType === 'story' ? $this->lang->product->browse : $this->lang->product->requirement);
$this->view->position[] = $productName;
$this->view->position[] = $this->lang->product->browse;
$this->view->productID = $productID;