From e8dc136b0ece007ec9ce4d5465d83f4dc886144c Mon Sep 17 00:00:00 2001 From: sunjun Date: Tue, 12 Jul 2022 08:14:48 +0000 Subject: [PATCH] sprint_60477 --- module/bug/control.php | 1 + module/projectrelease/view/view.html.php | 20 ++++++++++++++++---- module/release/view/view.html.php | 20 ++++++++++++++++---- 3 files changed, 33 insertions(+), 8 deletions(-) diff --git a/module/bug/control.php b/module/bug/control.php index 594872a371..9dc2fb97dc 100755 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -2027,6 +2027,7 @@ class bug extends control */ public function batchClose() { + if($this->post->unlinkBugs) $this->post->bugIDList = $this->post->unlinkBugs; if($this->post->bugIDList) { $bugIDList = $this->post->bugIDList; diff --git a/module/projectrelease/view/view.html.php b/module/projectrelease/view/view.html.php index e7fd0c2722..e478f68b13 100644 --- a/module/projectrelease/view/view.html.php +++ b/module/projectrelease/view/view.html.php @@ -150,9 +150,10 @@
id}, \"bug\")", ' ' . $lang->release->linkBug, '', "class='btn btn-primary'");?>
-
id");?>" id='linkedBugsForm' data-ride="table"> + + id}&type=bug&link=$link¶m=$param&orderBy=%s";?> @@ -178,7 +179,7 @@ createLink('bug', 'view', "bugID=$bug->id", '', true);?>
- +
@@ -208,10 +209,21 @@