From bd580e83ce6a63004e7b449d7c9f671a4bd5ab7a Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" Date: Wed, 16 Apr 2008 16:40:13 +0000 Subject: [PATCH] increase size of run clone box git-svn-id: svn://10.0.0.236/trunk@250316 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm | 2 +- mozilla/webtools/testopia/testopia/js/run.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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',