* Finish bug batchConfirm and batchAssign and batchChangeModule and batchClose function.

This commit is contained in:
wangyuting
2023-05-30 09:49:08 +08:00
parent 1038dcc538
commit 68fd34d7eb
9 changed files with 18 additions and 496 deletions
+1 -1
View File
@@ -1078,7 +1078,7 @@ class bug extends control
}
$load = true;
if($skipBugs) $load = array('confirm' => sprintf($this->lang->bug->skipClose, implode(',', $skipBugs)), 'confirmed' => 'true');
if($skipBugs) $load = array('confirm' => sprintf($this->lang->bug->skipClose, implode(',', $skipBugs)), 'confirmed' => 'true', 'canceled' => 'true');
if($viewType) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $this->createLink($viewType, 'view', "releaseID=$releaseID&type=bug"), 'closeModal' => true));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $load, 'closeModal' => true));