Merge branch 'sprint/zentaopms262_mayue_bug#29682' into 'master'
* Fix bug #29682. See merge request easycorp/zentaopms!6157
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user