* Modify the jump link mode.

This commit is contained in:
tianshujie
2022-04-02 10:37:43 +08:00
parent a9b0b2127a
commit b2e99c8dd4
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -833,7 +833,7 @@ class task extends control
}
$execution = $this->execution->getById($task->execution);
if(!isonlybody() and $execution->type == 'kanban') return $this->locate($this->createLink('execution', 'kanban', "executionID=$execution->id"));
if(!isonlybody() and $execution->type == 'kanban') return print(js::locate($this->createLink('execution', 'kanban', "executionID=$execution->id")));
$this->session->project = $task->project;