Skip to content

Commit

Permalink
fullcalendar_view 5.1.13 breaks on old template, applying this fix ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
ubcjohn committed Apr 22, 2024
1 parent 1daa9e5 commit 4be3813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/views/views-view-fullcalendar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
%}
{{ attach_library('kraken/fullcalendar') }}
<div{{ attributes.addClass(classes) }}>
<div class="js-drupal-fullcalendar" calendar-view-index="{{ view_index }}" calendar-view-name="{{ view_id }}" calendar-display="{{ display_id }}"></div>
<div class="js-drupal-fullcalendar" data-calendar-view-index="{{ view_index }}" data-calendar-view-name="{{ view_id }}" data-calendar-display="{{ display_id }}"></div>
<div class="bottom-buttons fc-button-group">
{% if showAddEvent %}
<div class="fullcalendar-bottom-btn add-event-btn">
Expand Down

0 comments on commit 4be3813

Please sign in to comment.