From f0d3d3e70fa701c30d8ba4c9afbdbc42c15c5406 Mon Sep 17 00:00:00 2001 From: liugang Date: Mon, 10 Oct 2022 14:57:30 +0800 Subject: [PATCH] * Fix bug #27897. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 8d29b0999d..a45c47a965 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3184,6 +3184,7 @@ class execution extends control $queryID = ($browseType == 'bySearch') ? (int)$param : 0; $browseLink = $this->session->executionStoryList; if($this->app->tab == 'project' and $object->multiple) $browseLink = $this->createLink('projectstory', 'story', "objectID=$objectID"); + if($object->type == 'kanban' && !$object->hasProduct) $this->lang->productCommon = $this->lang->project->common; $this->session->set('storyList', $this->app->getURI(true), $this->app->tab); // Save session.