- Issue created by @syeda-farheen
- 🇮🇳India shiv_yadav
Hello @syeda-farheen, i hvn't got any error followed given step.
my configuration:
drupal-9.5.10
php-8.1.2 - Status changed to Closed: cannot reproduce
about 1 year ago 10:06am 19 September 2023 - 🇦🇺Australia mingsong 🇦🇺
It’s very likely it was caused by other JS code from other module or theme.
- 🇺🇸United States dlfaison
I am getting the same error as well. I am currently using the following:
"drupal/fullcalendar_view": "^5.1", 5
Drupal 10.1.5I can get it to work in the views preview as well.
- 🇦🇺Australia mingsong 🇦🇺
Till 19th November, there were 7,116 sites using this version.
As the release notes suggested, If your theme/module/patch overrided the calendar view template, you have to make sure following template variables available to your view template and are appropriate populated.
* - options: View plugin style options:
* - classes: CSS classes.
* - defaultDate: Default date of the calendar
* - start: Field name of start date
* - end: Field name of end date
* - languageSelector: Flag for the language dropdown box
* - view_index: View index
* - view_id: The id of the view
* - display_id: The view display id
* - showAddEvent: Show add event button
* - entity_id: The Entity type machine nameFor example, your template must have the following line.
- Status changed to Closed: works as designed
about 1 year ago 11:43pm 1 December 2023 - 🇦🇺Australia mingsong 🇦🇺
It’s duplicated to 🐛 Getting Js error of calendar_options Closed: works as designed