Skip to content
Snippets Groups Projects
Commit 0406c47e authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-6061: adding ablity to hide filter message on views

parent ea3a51bc
No related branches found
No related tags found
1 merge request!100ISTWCMS-6061: adding ablity to hide filter message on views
......@@ -40,6 +40,11 @@
dom_id ? 'js-view-dom-id-' ~ dom_id,
]
%}
{% if show_filter_message is not defined %}
{% set show_filter_message = TRUE %}
{% endif %}
{% if (view.current_display == 'services_in_category_page') or (view.current_display == 'catalog_a_z_page') %}
<div class="views-element-container contextual-region">
{% endif %}
......@@ -83,6 +88,7 @@
'exp_col_all': exp_col_all,
'rss': view.rss,
'ical': view.ical,
'show_filter_message': show_filter_message
} %}
{% if (view.current_display == 'services_in_category_page') or (view.current_display == 'catalog_a_z_page') %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment