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:
ghendricks%novell.com 2008-04-16 16:40:13 +00:00
parent 4f2e78152b
commit bd580e83ce
2 changed files with 3 additions and 3 deletions

View File

@ -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')) {

View File

@ -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',