config->vision == 'lite') { $execution = $this->loadModel('execution')->getById($executionID); if(!empty($execution->project)) $executionID = $execution->project; } return parent::getExecutionStoryPairs($executionID, $productID, $branch, $moduleIdList, $type, $status, $storyType, $hasParent); }