Merge branch 'importExport' into 'master'

* Code for port.

See merge request easycorp/zentaopms!4875
This commit is contained in:
王怡栋
2022-08-10 01:32:04 +00:00
5 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -2293,7 +2293,7 @@ class bug extends control
if($_POST)
{
$this->loadModel('port');
$this->session->set('bugPortParams', array('productID' => $productID, 'executionID' => $executionID));
$this->session->set('bugPortParams', array('productID' => $productID, 'executionID' => $executionID, 'branch' => 'all'));
$this->port->export('bug');
$this->fetch('file', 'export2' . $_POST['fileType'], $_POST);
}