Commit 065c567b authored by Gervase Markham's avatar Gervase Markham Committed by Gervase Markham

Update default column list to something more sensible. r=mkanat, lpsolit, wurblzap.

parent edfb8c95
......@@ -277,8 +277,8 @@ 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_desc"
"product", "component", "assigned_to",
"bug_status", "resolution", "short_desc", "changeddate"
);
# 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