Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
patch by Albert Ting r=joel, glob a=myk git-svn-id: svn://10.0.0.236/trunk@161078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -458,6 +458,7 @@ DefineColumn("short_desc" , "bugs.short_desc" , "Summary"
|
||||
DefineColumn("status_whiteboard" , "bugs.status_whiteboard" , "Status Summary" );
|
||||
DefineColumn("component" , "map_components.name" , "Component" );
|
||||
DefineColumn("product" , "map_products.name" , "Product" );
|
||||
DefineColumn("classification" , "map_classifications.name" , "Classification" );
|
||||
DefineColumn("version" , "bugs.version" , "Version" );
|
||||
DefineColumn("op_sys" , "bugs.op_sys" , "OS" );
|
||||
DefineColumn("target_milestone" , "bugs.target_milestone" , "Target Milestone" );
|
||||
@@ -554,6 +555,11 @@ if (grep('relevance', @displaycolumns) && !$fulltext) {
|
||||
my @selectcolumns = ("bug_id", "bug_severity", "priority", "bug_status",
|
||||
"resolution");
|
||||
|
||||
# if using classification, we also need to look in product.classification_id
|
||||
if (Param("useclassification")) {
|
||||
push (@selectcolumns,"product");
|
||||
}
|
||||
|
||||
# remaining and actual_time are required for precentage_complete calculation:
|
||||
if (lsearch(\@displaycolumns, "percentage_complete") >= 0) {
|
||||
push (@selectcolumns, "remaining_time");
|
||||
|
||||
Reference in New Issue
Block a user