From 065c567b63997acaf3d0c5619d240965bcf5fc5b Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 27 Jan 2011 10:39:32 +0000 Subject: Update default column list to something more sensible. r=mkanat, lpsolit, wurblzap. https://bugzilla.mozilla.org/show_bug.cgi?id=621676 --- Bugzilla/Constants.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 9a0f6cd2e..f25c4f156 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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 -- cgit v1.2.3-24-g4f1b