From 55af5cb021493add3fb3121d4a5820c09464c534 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 Aug 2006 04:43:24 +0000 Subject: Bug 339325: Display the full bug summary by default when viewing a bug list - Patch by Frédéric Buclin r=kiko a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 15595c269..197c1d70a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -198,7 +198,7 @@ use constant MAILTO_GROUP => 1; # The default list of columns for buglist.cgi use constant DEFAULT_COLUMN_LIST => ( "bug_severity", "priority", "op_sys","assigned_to", - "bug_status", "resolution", "short_short_desc" + "bug_status", "resolution", "short_desc" ); # Used by query.cgi and buglist.cgi as the named-query name -- cgit v1.2.3-24-g4f1b