summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2011-01-27 11:39:32 +0100
committerGervase Markham <gerv@mozilla.org>2011-01-27 11:39:32 +0100
commit065c567b63997acaf3d0c5619d240965bcf5fc5b (patch)
tree2a43952988d2b1a87d0069e664bf33ba63b615a5 /Bugzilla
parentedfb8c95f0f19e0482b9c8c4eda4832787f7fd18 (diff)
downloadbugzilla-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.pm4
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