Skip to content

Commit

Permalink
#1410 Rename count by total in observable stats (case extra data)
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 28, 2020
1 parent 8a2ea5f commit 8154d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trait CaseRenderer {
.share
.observables
.count
.map(count => Json.obj("count" -> count))
.map(count => Json.obj("total" -> count))

def taskStats(caseSteps: CaseSteps)(implicit authContext: AuthContext): Traversal[JsValue, JsValue] =
caseSteps
Expand Down

0 comments on commit 8154d04

Please sign in to comment.