diff options
author | lpsolit%gmail.com <> | 2005-10-26 03:18:19 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-10-26 03:18:19 +0200 |
commit | 6ccdb432f3782565f192727c4e9306aa9eb91ef1 (patch) | |
tree | f493a14c07b4b7854c5217963e9690605774f429 /Bugzilla | |
parent | 383e47ca9ec03a821519474555408c6e78152a7c (diff) | |
download | bugzilla-6ccdb432f3782565f192727c4e9306aa9eb91ef1.tar.gz bugzilla-6ccdb432f3782565f192727c4e9306aa9eb91ef1.tar.xz |
Bug 72948: Default column list should include OS and not Platform - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wurblzap a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 795f0096b..7411ca0b0 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" ); |