From a220ccbf1538ad5939a9d86e81e80d7a4d475c06 Mon Sep 17 00:00:00 2001 From: daitingting Date: Mon, 29 Jan 2024 01:48:56 +0000 Subject: [PATCH] * Fix bug #45432. --- module/task/ui/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/ui/view.html.php b/module/task/ui/view.html.php index 4c9f4193fe..ca5b0a6a4f 100644 --- a/module/task/ui/view.html.php +++ b/module/task/ui/view.html.php @@ -55,7 +55,7 @@ detailHeader ), $task->deleted ? span(setClass('label danger'), $lang->task->deleted) : null ), - !isAjaxRequest('modal') && common::hasPriv('task', 'create', $task) ? to::suffix(btn(set::icon('plus'), set::url(createLink('task', 'create', "executionID={$task->execution}")), set::type('primary'), $lang->task->create)) : null + !isAjaxRequest('modal') && common::hasPriv('task', 'create', $task) ? to::suffix(btn(set::icon('plus'), set::url(createLink('task', 'create', "executionID={$task->execution}")), set::type('primary'), set('data-app', $app->tab), $lang->task->create)) : null ); /* Construct suitable actions for the current task. */