From e8bf1dd0cb4261830c240d5a10eaddfe83232c85 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 16 Oct 2023 14:15:29 +0800 Subject: [PATCH] * Add link of record workhour in task-edit. --- module/task/ui/edit.html.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/task/ui/edit.html.php b/module/task/ui/edit.html.php index 33e45d1c89..0065806d46 100644 --- a/module/task/ui/edit.html.php +++ b/module/task/ui/edit.html.php @@ -392,6 +392,8 @@ detailBody h::a ( setClass('span-text'), + set::href(inlink('recordWorkhour', "id={$task->id}")), + set('data-toggle', 'modal'), icon('time') ), formHidden('consumed', $task->consumed)