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 @@