Skip to content
Snippets Groups Projects
Commit 01feb1a1 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

Merge branch 'feature/ISTWCMS-5501-ebremner-ical-feed' into '1.0.x'

ISTWCMS-5501: adding ical variable to views template

See merge request !72
parents 33e07a56 547b0409
No related branches found
No related tags found
1 merge request!72ISTWCMS-5501: adding ical variable to views template
...@@ -81,6 +81,10 @@ ...@@ -81,6 +81,10 @@
] ]
%} %}
{% if ical %}
{% set node_data = node_data | merge({'ical': ical}) %}
{% endif %}
{% if uw_content_moderation_form and node.nid.value == uw_content_moderation_form['#mods'].nid %} {% if uw_content_moderation_form and node.nid.value == uw_content_moderation_form['#mods'].nid %}
{{ uw_content_moderation_form }} {{ uw_content_moderation_form }}
{% endif %} {% endif %}
......
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
'dom_id': dom_id, 'dom_id': dom_id,
'exp_col_all': exp_col_all, 'exp_col_all': exp_col_all,
'rss': view.rss, 'rss': view.rss,
'ical': view.ical,
} %} } %}
{% if (view.current_display == 'services_in_category_page') or (view.current_display == 'catalog_a_z_page') %} {% 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