diff options
author | Gervase Markham <gerv@gerv.net> | 2011-01-27 11:39:32 +0100 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2011-01-27 11:39:32 +0100 |
commit | 065c567b63997acaf3d0c5619d240965bcf5fc5b (patch) | |
tree | 2a43952988d2b1a87d0069e664bf33ba63b615a5 /Bugzilla | |
parent | edfb8c95f0f19e0482b9c8c4eda4832787f7fd18 (diff) | |
download | bugzilla-065c567b63997acaf3d0c5619d240965bcf5fc5b.tar.gz bugzilla-065c567b63997acaf3d0c5619d240965bcf5fc5b.tar.xz |
Update default column list to something more sensible. r=mkanat, lpsolit, wurblzap.
https://bugzilla.mozilla.org/show_bug.cgi?id=621676
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |