]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 72948: Default column list should include OS and not Platform - Patch by Olav...
authorlpsolit%gmail.com <>
Wed, 26 Oct 2005 01:18:19 +0000 (01:18 +0000)
committerlpsolit%gmail.com <>
Wed, 26 Oct 2005 01:18:19 +0000 (01:18 +0000)
Bugzilla/Constants.pm

index 795f0096b2049cbb9426b8703ef9bc614290e0cc..7411ca0b0408a2994d97c06c528a24c1c9466484 100644 (file)
@@ -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"
 );