* [misc] set last visit execution kanban ID.

This commit is contained in:
tianshujie
2024-09-06 09:06:59 +08:00
committed by 曹延义
parent e1d1c639d1
commit c5f76a061f
+1 -1
View File
@@ -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';