From: lpsolit%gmail.com <> Date: Wed, 26 Oct 2005 01:18:19 +0000 (+0000) Subject: Bug 72948: Default column list should include OS and not Platform - Patch by Olav... X-Git-Tag: bugzilla-2.22rc1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ccdb432f3782565f192727c4e9306aa9eb91ef1;p=thirdparty%2Fbugzilla.git Bug 72948: Default column list should include OS and not Platform - Patch by Olav Vitters r=wurblzap a=justdave --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 795f0096b2..7411ca0b04 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -168,7 +168,7 @@ use constant MAILTO_GROUP => 1; # The default list of columns for buglist.cgi use constant DEFAULT_COLUMN_LIST => ( - "bug_severity", "priority", "rep_platform","assigned_to", + "bug_severity", "priority", "op_sys","assigned_to", "bug_status", "resolution", "short_short_desc" );