diff options
author | lpsolit%gmail.com <> | 2006-08-10 06:43:24 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-10 06:43:24 +0200 |
commit | 55af5cb021493add3fb3121d4a5820c09464c534 (patch) | |
tree | e1978855ab9f2bf4cb4d17ed5b9969de1644d264 /Bugzilla | |
parent | d3560b444882a2e39d85b79610b6b47d88edb7e4 (diff) | |
download | bugzilla-55af5cb021493add3fb3121d4a5820c09464c534.tar.gz bugzilla-55af5cb021493add3fb3121d4a5820c09464c534.tar.xz |
Bug 339325: Display the full bug summary by default when viewing a bug list - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=myk
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |