Commit 6ccdb432 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 72948: Default column list should include OS and not Platform - Patch by…

Bug 72948: Default column list should include OS and not Platform - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wurblzap a=justdave
parent 383e47ca
......@@ -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"
);
......
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