Merge branch 'sprint/zentaopms262_mayue_bug#29682' into 'master'

* Fix bug #29682.

See merge request easycorp/zentaopms!6157
This commit is contained in:
孙广明
2022-11-15 07:55:33 +00:00
+1 -1
View File
@@ -53,7 +53,7 @@
<?php
$otherParam = 'storyID=&projectID=';
$tab = 'product';
if($this->app->rawModule == 'projectstory')
if($this->app->rawModule == 'projectstory' or $this->app->tab == 'project')
{
$otherParam = "storyID=&projectID={$this->session->project}";
$tab = 'project';