* Modify the opening method of link story.

This commit is contained in:
liumengyi
2022-01-13 11:03:21 +08:00
parent fa46192342
commit 0403bb58d1
5 changed files with 208 additions and 200 deletions
+1 -1
View File
@@ -2638,7 +2638,7 @@ class execution extends control
$this->loadModel('product');
/* Get projects, executions and products. */
$object = $this->project->getByID($objectID, $this->app->tab == 'project' ? 'project' : 'sprint,stage');
$object = $this->project->getByID($objectID, $this->app->tab == 'project' ? 'project' : 'sprint,stage,kanban');
$products = $this->product->getProducts($objectID);
$browseLink = $this->createLink($this->app->tab == 'project' ? 'projectstory' : 'execution', 'story', "objectID=$objectID");