Skip to content

Commit

Permalink
#1496 | Show total results count across all groupings in IndividualLi…
Browse files Browse the repository at this point in the history
…stView
  • Loading branch information
himeshr committed Sep 13, 2024
1 parent 17dee0a commit 698a7fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ class CustomDashboardView extends AbstractComponent {
indicatorActionName: Actions.LOAD_INDICATOR,
headerTitle: _.truncate(reportCard.name, {'length': 30}) || status,
results: results,
totalSearchResultsCount: results.length,
reportCardUUID,
listType: status,
backFunction: this.onBackPress.bind(this),
Expand Down

0 comments on commit 698a7fc

Please sign in to comment.