- Remove syncToZentao checkbox.
This commit is contained in:
@@ -2400,11 +2400,11 @@ class testcase extends control
|
||||
|
||||
if(dao::isError()) return print(js::error(dao::getError()));
|
||||
|
||||
if(!empty($_POST['syncToZentao']))
|
||||
$this->zanode->syncCasesToZentao($_POST['scriptPath']);
|
||||
// if(!empty($_POST['syncToZentao']))
|
||||
// $this->zanode->syncCasesToZentao($_POST['scriptPath']);
|
||||
|
||||
$nodeID = $_POST['node'];
|
||||
$node = $this->zanode->getNodeByID($_POST['node']);
|
||||
// $nodeID = $_POST['node'];
|
||||
// $node = $this->zanode->getNodeByID($_POST['node']);
|
||||
|
||||
$locatelink = $this->createLink('testcase', 'browse', "productID={$_POST['product']}");
|
||||
$locatelink = str_replace(array('?onlybody=yes', '&onlybody=yes'), '', $locatelink);
|
||||
|
||||
@@ -48,10 +48,10 @@
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<th></th>
|
||||
<td><?php echo html::checkbox('syncToZentao', array(1 => $lang->zanode->syncToZentao), '');?></td>
|
||||
</tr>
|
||||
</tr> -->
|
||||
<tr>
|
||||
<th>
|
||||
<?php echo $lang->zanode->shell;?>
|
||||
|
||||
Reference in New Issue
Block a user