Commit 3dabf17d authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 294503: Status Whiteboard should not be called "StatusSummary" in…

Bug 294503: Status Whiteboard should not be called "StatusSummary" in buglist.cgi - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=justdave
parent 5136f386
......@@ -492,7 +492,7 @@ DefineColumn("bug_status" , "bugs.bug_status" , "Status"
DefineColumn("resolution" , "bugs.resolution" , "Result" );
DefineColumn("short_short_desc" , "bugs.short_desc" , "Summary" );
DefineColumn("short_desc" , "bugs.short_desc" , "Summary" );
DefineColumn("status_whiteboard" , "bugs.status_whiteboard" , "Status Summary" );
DefineColumn("status_whiteboard" , "bugs.status_whiteboard" , "Whiteboard" );
DefineColumn("component" , "map_components.name" , "Component" );
DefineColumn("product" , "map_products.name" , "Product" );
DefineColumn("classification" , "map_classifications.name" , "Classification" );
......
......@@ -53,7 +53,7 @@
"resolution" => { maxlength => 4 } ,
"short_desc" => { wrap => 1 } ,
"short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } ,
"status_whiteboard" => { title => "StatusSummary" , wrap => 1 } ,
"status_whiteboard" => { title => "Whiteboard" , wrap => 1 } ,
"component" => { maxlength => 8 , title => "Comp" } ,
"product" => { maxlength => 8 } ,
"version" => { maxlength => 5 , title => "Vers" } ,
......
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