Commit 9521800c authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 152772 - buglist.cgi truncates emails at 45 characters. Patch by gerv; 2xr=bbaetz.

parent 827b8281
......@@ -35,9 +35,9 @@
"priority" => { maxlength => 3 , title => "Pri" } ,
"platform" => { maxlength => 3 , title => "Plt" } ,
"status" => { maxlength => 4 } ,
"reporter" => { maxlength => 45 , ellipsis => "..." } ,
"owner" => { maxlength => 45 , ellipsis => "..." } ,
"qa_contact" => { maxlength => 45 , ellipsis => "..." , title => "QAContact" } ,
"reporter" => { maxlength => 30 , ellipsis => "..." } ,
"owner" => { maxlength => 30 , ellipsis => "..." } ,
"qa_contact" => { maxlength => 30 , ellipsis => "..." , title => "QAContact" } ,
"resolution" => { maxlength => 4 } ,
"summary" => { maxlength => 60 , ellipsis => "..." } ,
"status_whiteboard" => { title => "StatusSummary" } ,
......
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