From e46dd6d9e6817f1528d52fed3a00b33dc40162b2 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Fri, 31 May 2019 14:10:53 +0800 Subject: [PATCH] MDL-65814 block_timeline: Bring back item counts for action events --- blocks/timeline/templates/event-list-item.mustache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blocks/timeline/templates/event-list-item.mustache b/blocks/timeline/templates/event-list-item.mustache index b89e8083160..8255d1588b8 100644 --- a/blocks/timeline/templates/event-list-item.mustache +++ b/blocks/timeline/templates/event-list-item.mustache @@ -57,6 +57,9 @@ {{#action.actionable}}
{{{action.name}}} + {{#action.showitemcount}} + {{action.itemcount}} + {{/action.showitemcount}}
{{/action.actionable}}