* [misc] set last visit execution kanban ID.
This commit is contained in:
@@ -1681,7 +1681,7 @@ class execution extends control
|
||||
$this->executionZen->setRecentExecutions($execution->id);
|
||||
|
||||
/* Save the recently five executions visited in the cookie. */
|
||||
$this->executionZen->setRecentExecutions($executionID);
|
||||
$this->executionZen->setRecentExecutions($execution->id);
|
||||
|
||||
/* Set Session. */
|
||||
if(empty($groupBy)) $groupBy = 'default';
|
||||
|
||||
Reference in New Issue
Block a user