Commit 9cf52caa authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 184909: show status whiteboard on bug lists when the user requests it.

r=justdave a=myk
parent 5fa2065c
......@@ -426,7 +426,7 @@ elsif (defined $::COOKIE{'COLUMNLIST'}) {
$columnlist =~ s/owner_realname/assigned_to_realname/;
$columnlist =~ s/[^_]platform/rep_platform/;
$columnlist =~ s/[^_]severity/bug_severity/;
$columnlist =~ s/[^_]status/bug_status/;
$columnlist =~ s/[^_]status\b/bug_status/;
$columnlist =~ s/summaryfull/short_desc/;
$columnlist =~ s/summary/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