From f9ba09ab0acad38bbcbe98ad91e019bce9cbbde0 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Wed, 25 Sep 2024 09:56:48 +0800 Subject: [PATCH] * [bug#48795,done,0.2h,0h] Remove parent field to edit lite vision task. --- module/task/ui/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/ui/edit.html.php b/module/task/ui/edit.html.php index 5ccbe3bf20..f86401c948 100644 --- a/module/task/ui/edit.html.php +++ b/module/task/ui/edit.html.php @@ -227,7 +227,7 @@ detailBody ) ) ), - $task->parent >= 0 && empty($task->team) ? item + $task->parent >= 0 && empty($task->team) && $config->vision != 'lite' ? item ( set::name($lang->task->parent), picker