* [task#126743,done,0.3h] set jump app when create a new page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user