* Adjust showxmindimport xmind style.

This commit is contained in:
wangyuting
2023-07-31 16:47:40 +08:00
parent 5ab743918d
commit 372f561d5d
6 changed files with 1644 additions and 21 deletions
+1 -1
View File
@@ -3239,7 +3239,7 @@ class testcase extends control
$pId = $fetchResult['pId'];
return $this->send(array('result' => 'success', 'message' => $this->lang->importSuccess, 'load' => $this->createLink('testcase', 'showXmindImport', "productID=$pId&branch=$branch")));
return $this->send(array('result' => 'success', 'message' => $this->lang->importSuccess, 'load' => $this->createLink('testcase', 'showXmindImport', "productID=$pId&branch=$branch"), 'closeModal' => true));
}
$this->view->settings = $this->testcase->getXmindConfig();