@@ -764,8 +764,8 @@ class bugModel extends model
|
||||
$bug->resolution = $data->resolutions[$bugID];
|
||||
$bug->duplicateBug = $data->duplicateBugs[$bugID] ? $data->duplicateBugs[$bugID] : $oldBug->duplicateBug;
|
||||
|
||||
if($bug->assignedTo != $oldBug->assignedTo) $bug->assignedDate = $now;
|
||||
if($bug->resolution != '') $bug->confirmed = 1;
|
||||
if($bug->assignedTo != $oldBug->assignedTo) $bug->assignedDate = $now;
|
||||
if($bug->resolution != '') $bug->confirmed = 1;
|
||||
if(($bug->resolvedBy != '' or $bug->resolution != '') and $oldBug->status != 'closed')
|
||||
{
|
||||
$bug->resolvedDate = $now;
|
||||
@@ -2694,6 +2694,8 @@ class bugModel extends model
|
||||
* @param array $stories
|
||||
* @param array $tasks
|
||||
* @param string $mode
|
||||
* @param array $projectPairs
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
|
||||
@@ -1324,7 +1324,7 @@ class executionModel extends model
|
||||
$module = 'execution';
|
||||
$method = 'testcase';
|
||||
}
|
||||
if($module == 'testtask' and ($method == 'view' || $method == 'create' || $method == 'edit' || $method == 'linkcase'))
|
||||
if($module == 'testtask')
|
||||
{
|
||||
$module = 'execution';
|
||||
$method = 'testtask';
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.c-id {width: 60px;}
|
||||
.c-name {width: 130px;}
|
||||
.c-name {width: 300px;}
|
||||
.c-desc {width: 300px;}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
td.title {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.main-table .table-header {box-shadow: none;}
|
||||
.c-version, .c-result {width: 80px;}
|
||||
|
||||
#bysearchTab .icon-search {margin-right:3px;}
|
||||
|
||||
Reference in New Issue
Block a user