Commit 55af5cb0 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 339325: Display the full bug summary by default when viewing a bug list -…

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
parent d3560b44
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment