From: Gervase Markham Date: Thu, 27 Jan 2011 10:39:32 +0000 (+0000) Subject: Update default column list to something more sensible. r=mkanat, lpsolit, wurblzap. X-Git-Tag: bugzilla-4.1.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065c567b63997acaf3d0c5619d240965bcf5fc5b;p=thirdparty%2Fbugzilla.git Update default column list to something more sensible. r=mkanat, lpsolit, wurblzap. https://bugzilla.mozilla.org/show_bug.cgi?id=621676 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 9a0f6cd2ea..f25c4f156e 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