Skip to content

Commit

Permalink
Issue #444: Show report builder header and result counter even if the…
Browse files Browse the repository at this point in the history
…re are no results
  • Loading branch information
CraigClark authored and lkmorlan committed May 1, 2024
1 parent 6a827a1 commit 6a7667f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sync/views.view.report_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@ display:
group_type: group
admin_label: ''
plugin_id: text
empty: false
empty: true
content:
value: "<h2>Instructions</h2>\r\n<ol>\r\n <li>Apply filters as needed</li>\r\n <li>Click <em>Apply</em></li>\r\n <li>Scroll sideways to see all results. It's a wide table</li>\r\n <li><b>Optional</b>: At the bottom of the table there is a link to download a <code>.csv</code> file. You can use this in other applications for further analysis.</li>\r\n</ol>\r\n<section class=\"alert alert-light\" role=\"alert\">\r\n <p>\r\n Please note that results are limited to the metadata records you have access to. Access is determined by your <a href=\"/node/70\">role</a> and the <a href=\"/node/114\">organization</a> you belong to.\r\n</p>\r\n</section>\r\n"
format: full_html
Expand All @@ -2882,7 +2882,7 @@ display:
group_type: group
admin_label: ''
plugin_id: result
empty: false
empty: true
content: "<p class=\"alert alert-primary icon-bi-table mt-4 mb-4\">Displaying @start - @end of @total records.</p>\r\n"
footer: { }
display_extenders: { }
Expand Down

0 comments on commit 6a7667f

Please sign in to comment.