Problem/Motivation

when I want to add new event by dbl click on calendar, its doesn't works

Steps to reproduce

With custom entity event, try to add event directly on double click. its redirected on a wrong url beginning by "/"

Proposed resolution

In src/FullcalendarViewPreprocess.php delete the "/" in $add_form at lines 102 and 105

Command icon Show commands

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

gege54 created an issue. See original summary.

gege54’s picture

Title: dd new event by dbl click on calendar don't work WITH Custom entity » Add new event by double click on calendar don't work with Custom entity
avpaderno’s picture

mrinalini9 made their first commit to this issue’s fork.

mrinalini9’s picture

Status: Active » Needs review

Hi,

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!