* remove test code and fix bug.
This commit is contained in:
@@ -11,9 +11,6 @@ function setModule(obj)
|
||||
|
||||
var index = $(obj).closest('tr').index();
|
||||
|
||||
console.log(moduleID);
|
||||
console.log(libModule);
|
||||
console.log(index);
|
||||
$(obj).closest('tbody').find('tr').each(function(i)
|
||||
{
|
||||
if(i > index)
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
echo "<div class='btn-group'>";
|
||||
common::printIcon('testtask', 'linkCase', "taskID=$task->id", '', 'button', 'link');
|
||||
common::printIcon('testcase', 'export', "productID=$productID&orderBy=`case`_desc&taskID=$task->id", '', 'button', '', '', 'iframe export');
|
||||
common::printIcon('testtask', 'report', "productID=$productID&taskID=$task->id&browseType=$browseType&branchID=$task->branch&moduleID=" + empty($moduleID) ? '' : $moduleID);
|
||||
common::printIcon('testtask', 'report', "productID=$productID&taskID=$task->id&browseType=$browseType&branchID=$task->branch&moduleID=" . (empty($moduleID) ? '' : $moduleID));
|
||||
echo '</div>';
|
||||
echo "<div class='btn-group'>";
|
||||
common::printRPN($this->session->testtaskList, '');
|
||||
|
||||
@@ -1721,6 +1721,7 @@ class upgradeModel extends model
|
||||
$data->module = 'bug';
|
||||
$data->method = 'batchActivate';
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user