- Status changed to Needs work
almost 2 years ago 6:53am 20 January 2023 - Assigned to maithri shetty
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 12:37pm 24 January 2023 -
Mingsong →
committed 571bb677 on 5.x authored by
hardikpandya →
Issue #3334902: \Drupal calls should be avoided in classes, use...
-
Mingsong →
committed 571bb677 on 5.x authored by
hardikpandya →
-
Mingsong →
committed c20eb39e on 6.x
Issue #3334902: \Drupal calls should be avoided in classes, use...
-
Mingsong →
committed c20eb39e on 6.x
- Status changed to Fixed
almost 2 years ago 10:48pm 24 January 2023 - Status changed to Needs work
almost 2 years ago 7:59pm 30 January 2023 - 🇷🇴Romania cslevy
This merge breaks the functionality. If FullcalendarViewPreprocess is a service then the dependencies should be added directly into the services.yml file, not with create method.
Something like this:
# View preprocess service.
fullcalendar_view.view_preprocess:
class: Drupal\fullcalendar_view\FullcalendarViewPreprocess
arguments: ['@language_manager', '@csrf_token', '@entity_type.manager', '@fullcalendar_view.timezone_conversion_service']and the create method is not needed.
- 813d8c90 committed on 5.x
Issue #3334902: Hot fix for fullcalendar view preprocess service
- 813d8c90 committed on 5.x
- 75bea533 committed on 6.x
Issue #3334902 by cslevy: Hot fix for Fullcalendar View preprocess...
- 75bea533 committed on 6.x
- Status changed to Fixed
almost 2 years ago 6:41am 31 January 2023 - 🇦🇺Australia mingsong 🇦🇺
I believe the hot fix suggested by @cslevy from #15 patch the bug.
Please feel free to reopen it if it is still an issue.
- 🇨🇦Canada kevin.bruner
Yes, the dev branch has fixed the issue! Thank you!
Automatically closed - issue fixed for 2 weeks with no activity.