diff options
-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 |