diff --git a/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm b/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm index 8c03b259c52..5d7d3d2f897 100644 --- a/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm +++ b/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm @@ -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')) { diff --git a/mozilla/webtools/testopia/testopia/js/run.js b/mozilla/webtools/testopia/testopia/js/run.js index 6b3e219170a..a872ab5622e 100644 --- a/mozilla/webtools/testopia/testopia/js/run.js +++ b/mozilla/webtools/testopia/testopia/js/run.js @@ -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',