Needs work
Project:
Fullcalendar View
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2024 at 08:20 UTC
Updated:
23 Jul 2024 at 12:32 UTC
Jump to comment: Most recent
#3110553: Allow FullcalendarViewProcessor plugins to define supported field types introduced a field_types property to the fullcalendar_view_processor Plugin.
In fullcalendar_view.theme.inc this property from all plugins are added to one array.
They should be merged properly
Install 2 modules with a fullcalendar_view_processor plugin which define field_types e.g. smart_date and a custom.
Properly merge field_types of all plugins
none
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
luenemannPlease review the MR !69
Comment #4
mingsongThanks @Matthias for reporting it and the MR.
I identify another issue, maybe, with the following line in that commit.
https://git.drupalcode.org/project/fullcalendar_view/-/commit/91125f112d...
I think the comparison should be changed to
Comment #5
mingsongHere is the patch for the MR.
https://git.drupalcode.org/project/fullcalendar_view/-/merge_requests/69...
We need someone has the Smart Date module or any other module that implements the fullcalendar_view_processor plugin installed on their site to test and confirm for us.
So I will leave it as 'Needs review'.
Comment #6
luenemann@Mingsong thanks you for the review, sorry for the late response.
I have reviewed your changes and think they should be reverted, see the comments in the MR.
Maybe it is possible to add an integration test with smart_date. I'd like to give it a try.