This commit is contained in:
liugang
2022-10-10 14:57:30 +08:00
parent 4512eaf2b4
commit f0d3d3e70f

View File

@@ -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.