Merge branch dev/bug-64306 of zentao/zentaopms (#10550)

This commit is contained in:
刘刚
2025-07-24 13:47:25 +08:00
committed by Gitfox
+1 -1
View File
@@ -2038,7 +2038,7 @@ class storyZen extends story
$searchConfig = $this->session->executionStorysearchParams;
$searchFields = $this->session->executionStoryForm;
$featureBar = $this->lang->execution->featureBar['story'];
if($this->app->tab == 'project')
if($this->app->tab == 'project' && $this->session->multiple)
{
$this->app->loadLang('projectstory');
$this->app->loadConfig('product');