* fix bug #19025.
This commit is contained in:
@@ -1343,6 +1343,11 @@ class actionModel extends model
|
||||
$action->objectLink = helper::createLink('assetlib', 'storyView', "storyID=$action->objectID");
|
||||
}
|
||||
|
||||
if($action->objectType == 'story' and $this->config->vision == 'lite')
|
||||
{
|
||||
$action->objectLink = helper::createLink('projectstory', 'view', "storyID=$action->objectID");
|
||||
}
|
||||
|
||||
if(strpos(',kanbanregion,kanbancard,', ",{$action->objectType},") !== false)
|
||||
{
|
||||
$table = $this->config->objectTables[$action->objectType];
|
||||
|
||||
@@ -725,6 +725,8 @@ class task extends control
|
||||
{
|
||||
$this->session->set('executionList', $this->app->getURI(true), 'execution');
|
||||
|
||||
$this->commonAction($taskID);
|
||||
|
||||
$taskID = (int)$taskID;
|
||||
$task = $this->task->getById($taskID, true);
|
||||
if(!$task)
|
||||
|
||||
Reference in New Issue
Block a user