Needs review
Project:
Fullcalendar View
Version:
5.2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2025 at 13:03 UTC
Updated:
23 Jun 2025 at 10:04 UTC
Jump to comment: Most recent
when I want to add new event by dbl click on calendar, its doesn't works
With custom entity event, try to add event directly on double click. its redirected on a wrong url beginning by "/"
In src/FullcalendarViewPreprocess.php delete the "/" in $add_form at lines 102 and 105
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 #2
gege54 commentedComment #3
avpadernoComment #5
mrinalini9 commentedHi,
I have checked the source code $add_form at lines 102 and 105 in file src/FullcalendarViewPreprocess.php and found that the slash is already removed from $add_form. So, i think no work is needed here.
Thanks!