From 4b1f71460530705fcb38256cd72cb71199bb6b53 Mon Sep 17 00:00:00 2001 From: daitingting Date: Fri, 16 Mar 2018 16:19:54 +0800 Subject: [PATCH] * Use latest resolutionList for report. --- module/report/view/bugcreate.html.php | 28 ++++++++++----------------- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/module/report/view/bugcreate.html.php b/module/report/view/bugcreate.html.php index 70acfa6bb5..62fa89c5dd 100644 --- a/module/report/view/bugcreate.html.php +++ b/module/report/view/bugcreate.html.php @@ -38,36 +38,28 @@ bug->openedBy;?> bug->unResolved;?> - bug->resolutionList['bydesign'];?> - bug->resolutionList['duplicate'];?> - bug->resolutionList['external'];?> - bug->resolutionList['fixed'];?> - bug->resolutionList['notrepro'];?> - bug->resolutionList['postponed'];?> - bug->resolutionList['willnotfix'];?> - bug->resolutionList['tostory'];?> + bug->resolutionList as $key => $resolution):?> + + + report->validRate;?> report->total;?> - $bug):?> + $bug):?> - - - - - - - - + bug->resolutionList as $key => $resolution):?> + + + - +