Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When opening the event in a modal via ajax, the drop-down's link doesn't do the same #290

Open
pvenakis opened this issue Apr 29, 2014 · 2 comments

Comments

@pvenakis
Copy link

Expected behavior: clicking on the event link in the pull-down list of events would open the modal, just like it does when you click on the event on the calendar itself.

It works properly when the modal_type is 'iframe'

@shawngkelly
Copy link

I have the same problem. Maybe he'll answer this 4 years later.

@EzequielGv83
Copy link

I guess it's too late but modify your calendar.js (line 1077) with

var $class1 = $('a[data-event-id]', this.context);

var $class2 = $('a[data-event-id]');

$($class1.add($class2)).on('click', function(event) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants