* Fix bug #37815.
This commit is contained in:
@@ -172,7 +172,7 @@ function setStatistics()
|
||||
|
||||
const story = element.getRowInfo(id).data;
|
||||
|
||||
checkedEstimate += story.estimateNum;
|
||||
checkedEstimate += parseInt(story.estimateNum);
|
||||
if(story.caseCountNum > 0) checkedCase += 1;
|
||||
if(story.isParent) rateCount -= 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user