From 176457450ae9753043ae1ae14b60f724cef9fd39 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 +++ .../templates/block_timeline/event-list-item.mustache | 3 +++ 2 files changed, 6 insertions(+) diff --git a/blocks/timeline/templates/event-list-item.mustache b/blocks/timeline/templates/event-list-item.mustache index 1ff653ced1a..c9dce0e7f62 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}} diff --git a/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache b/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache index 981a6c40565..f873da9d929 100644 --- a/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache +++ b/theme/bootstrapbase/templates/block_timeline/event-list-item.mustache @@ -60,6 +60,9 @@ {{#action.actionable}}
{{{action.name}}} + {{#action.showitemcount}} + {{action.itemcount}} + {{/action.showitemcount}}
{{/action.actionable}}