From 6a7667f51b627218542bd0b24bdb0800611bcec1 Mon Sep 17 00:00:00 2001 From: Craig Clark Date: Wed, 1 May 2024 17:05:23 -0400 Subject: [PATCH] Issue #444: Show report builder header and result counter even if there are no results --- config/sync/views.view.report_builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/views.view.report_builder.yml b/config/sync/views.view.report_builder.yml index 48a3bd39..bf098360 100644 --- a/config/sync/views.view.report_builder.yml +++ b/config/sync/views.view.report_builder.yml @@ -2869,7 +2869,7 @@ display: group_type: group admin_label: '' plugin_id: text - empty: false + empty: true content: value: "

Instructions

\r\n
    \r\n
  1. Apply filters as needed
  2. \r\n
  3. Click Apply
  4. \r\n
  5. Scroll sideways to see all results. It's a wide table
  6. \r\n
  7. Optional: At the bottom of the table there is a link to download a .csv file. You can use this in other applications for further analysis.
  8. \r\n
\r\n
\r\n

\r\n Please note that results are limited to the metadata records you have access to. Access is determined by your role and the organization you belong to.\r\n

\r\n
\r\n" format: full_html @@ -2882,7 +2882,7 @@ display: group_type: group admin_label: '' plugin_id: result - empty: false + empty: true content: "

Displaying @start - @end of @total records.

\r\n" footer: { } display_extenders: { }