"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" } ,