diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php
index c0deffdee0..8412190f4c 100644
--- a/module/execution/view/story.html.php
+++ b/module/execution/view/story.html.php
@@ -271,6 +271,7 @@
$story):?>
estimate;
+ $story->from = $this->app->tab;
?>
$value)
@@ -286,7 +287,7 @@
children)):?>
children as $key => $child):?>
- from = 'execution';?>
+ from = $this->app->tab;?>
children)) ? ' table-child-bottom' : '';?>
diff --git a/module/story/model.php b/module/story/model.php
index ecefa374c6..0d6ad1c629 100644
--- a/module/story/model.php
+++ b/module/story/model.php
@@ -5276,7 +5276,7 @@ class storyModel extends model
echo $story->version;
break;
case 'actions':
- if($tab == 'execution' || ($tab == 'project' && isset($_SESSION['multiple']) && empty($_SESSION['multiple'])))
+ if($tab == 'execution')
{
$menuType = 'execution';
}