* Merge commit f2ef82eab3.
This commit is contained in:
@@ -2906,7 +2906,7 @@ class execution extends control
|
||||
public function treeStory(int $storyID, int $version = 0)
|
||||
{
|
||||
$story = $this->loadModel('story')->getById($storyID, $version, true);
|
||||
$product = $this->dao->findById($story->product)->from(TABLE_PRODUCT)->fields('name,id,type,shadow')->fetch();
|
||||
$product = $this->dao->findById($story->product)->from(TABLE_PRODUCT)->fields('name,id,`type`,shadow')->fetch();
|
||||
|
||||
$this->view->story = $story;
|
||||
$this->view->product = $product;
|
||||
|
||||
Reference in New Issue
Block a user