- Status changed to Postponed: needs info
almost 2 years ago 2:25pm 14 February 2023 Thank you for reporting this issue.
Can you double check you are using the latest version of this module?
I think you're on an old release with a known bug, already fixed.
composer require 'drupal/calendar_view:^2.0'
or using the dev branch:
composer require 'drupal/calendar_view:dev-2.0.x'
Hi matthieuscarset,
I already saw your patch for that bug, but i got this on 2.0.2 and now on 2.0.4 version too. I also notice this error:
TypeError: Argument 1 passed to Drupal\\calendar_view\\Plugin\\views\\style\\Calendar::isDateField() must be an instance of Drupal\\calendar_view\\Plugin\\views\\style\\mixed, instance of Drupal\\views\\Plugin\\views\\field\\EntityField given, called in /modules/contrib/calendar_view/src/Plugin/views/style/Calendar.php on line 142
when i click on "Settings" right of "Calendar" in Format section of the view.
Regards,
Nino
- 🇩🇪Germany ab_connor
I can confirm this error. No calendar view possible. Using calendar_view 2.0.4 and Drupal 9.5.3.
-
matthieuscarset →
committed e0c02710 on 2.0.x
Remove unecessary mixed pseudo type args #3341386
-
matthieuscarset →
committed e0c02710 on 2.0.x
- Status changed to Fixed
almost 2 years ago 2:30pm 16 February 2023 Oh okay I see, there are unnecessary
mixed
pseudo type set in those functions' arguments.It is fixed in 2.0.5 freshly released.
Thank you very much for reporting the issue.
This is now solved, thank you. Now i have another one, so i'll open a new thread :-)
Automatically closed - issue fixed for 2 weeks with no activity.