increase size of run clone box
git-svn-id: svn://10.0.0.236/trunk@250316 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4f2e78152b
commit
bd580e83ce
@ -1337,7 +1337,7 @@ sub init {
|
||||
push(@groupby, $field) if !grep($_ eq $field, @groupby);
|
||||
}
|
||||
}
|
||||
if (scalar @groupby){
|
||||
if (scalar @groupby && $cgi->param('report')){
|
||||
$query .= " " . $dbh->sql_group_by("test_${obj}s.${obj}_id", join(', ', @groupby));
|
||||
}
|
||||
elsif ($cgi->param('report')) {
|
||||
|
||||
@ -892,8 +892,8 @@ RunClonePopup = function(product_id, runs, caselist){
|
||||
var win = new Ext.Window({
|
||||
id: 'run-clone-win',
|
||||
closable:true,
|
||||
width: 600,
|
||||
height: 500,
|
||||
width: 800,
|
||||
height: 600,
|
||||
plain: true,
|
||||
shadow: false,
|
||||
layout: 'fit',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user