From 454ddd6394bfb629e961c8fc3cb839a67a8efc00 Mon Sep 17 00:00:00 2001 From: liyuchun Date: Tue, 31 Aug 2021 10:25:37 +0800 Subject: [PATCH] * Fix bug #14475. --- module/task/view/batchedit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index 0b2bf9394c..1ae3c89558 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -82,7 +82,7 @@ js::set('dittoNotice', $dittoNotice); { $prjInfo = $this->execution->getById($tasks[$taskID]->execution); $modules = $this->tree->getTaskOptionMenu($tasks[$taskID]->execution, 0, 0, 'allModule'); - foreach($modules as $moduleID => $moduleName) $modules[$moduleID] = '/' . $prjInfo->name. $moduleName; + foreach($modules as $moduleID => $moduleName) $modules[$moduleID] = $prjInfo->name. $moduleName; $modules = array('ditto' => $this->lang->task->ditto) + $modules; } ?>