diff --git a/module/product/css/all.css b/module/product/css/all.css index 5a71bca831..9d08b8c152 100644 --- a/module/product/css/all.css +++ b/module/product/css/all.css @@ -40,7 +40,7 @@ th.c-name {width: 400px;} th.c-requirement {width: 290px;} th.c-story {width: 290px;} -th.c-bug {width: 200px;} +th.c-bug {width: 150px;} th.c-plan {width: 45px;} th.c-release {width: 50px;} th.c-actions {width: 50px;} diff --git a/module/product/view/all.html.php b/module/product/view/all.html.php index 88462b928b..f890cf234a 100644 --- a/module/product/view/all.html.php +++ b/module/product/view/all.html.php @@ -56,7 +56,7 @@ story->requirement;?> story->story;?> - bug->common;?> + bug->common;?> product->plan;?> product->release;?> story->statusList['reviewing'];?>
story->completeRate;?>
bug->activate;?> - close;?> bug->fixedRate;?> @@ -127,7 +126,6 @@ % - % @@ -174,7 +172,6 @@ % - % @@ -235,7 +232,6 @@ stories['reviewing'];?> stories['closed'] / $totalStories, 3) * 100;?>% unResolved;?> - closedBugs;?> unResolved + $product->fixedBugs) == 0 ? 0 : round($product->fixedBugs / ($product->unResolved + $product->fixedBugs), 3) * 100;?>% plans;?> releases;?>