From 6770121439e7bd4a0e664fa66bdddfe26a7bb8a2 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 9 Jan 2024 09:05:00 +0800 Subject: [PATCH] * Fix bug #41443. --- module/task/ui/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/ui/create.html.php b/module/task/ui/create.html.php index 67939b311d..b19e40a83a 100644 --- a/module/task/ui/create.html.php +++ b/module/task/ui/create.html.php @@ -106,7 +106,7 @@ if(!empty($execution->hasProduct)) ( set::href($this->createLink('execution', 'linkStory', "executionID=$execution->id")), setClass('text-primary'), - on::click('closeModal'), + isInModal() ? set('data-toggle', 'modal') : null, $lang->execution->linkStory ) );