* Fix bug#29909.

This commit is contained in:
xieqiyu
2022-11-17 11:02:07 +08:00
parent 3cd2f91458
commit 6039c833a2
+1 -1
View File
@@ -2714,7 +2714,7 @@ class story extends control
$this->story->replaceURLang($storyType);
$this->products = $this->product->getPairs('', 0, '', 'all');
if($this->app->tab == 'project')
if(strpos('project,execution', $this->app->tab) !== false)
{
$project = $this->dao->findByID($projectID)->from(TABLE_PROJECT)->fetch();
if($project->type == 'project')