* [task#126743,done,0.3h] set jump app when create a new page.

This commit is contained in:
tianshujie
2024-08-23 09:12:09 +08:00
committed by 刘梦艺
parent ea60e6c39a
commit 37160c5532
+2 -1
View File
@@ -450,7 +450,8 @@ foreach($setting as $col)
if($col['name'] == 'title')
{
$col['link'] = createLink('execution', 'storyView', array('storyID' => '{id}', 'execution' => $execution->id));
$tab = $execution->multiple ? 'execution' : 'project';
$col['link'] = createLink('execution', 'storyView', array('storyID' => '{id}', 'execution' => $execution->id)) . "#app={$tab}";
$col['title'] = $this->lang->story->name;
}