Closed (won't fix)
Project:
Fullcalendar View
Version:
8.x-2.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
22 Aug 2018 at 14:49 UTC
Updated:
30 Jun 2020 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
eahonet commentedI ran into a similar issue. The calendar was outputting just fine. Then I add a new FILTER CRITERIA to the view and the calendar no longer shows on my /dashboard page and there is js errors (see attached image).
Removing the filter + clearing cache = everything is fine again.
My filter does use Relationships as I'm limiting what the user sees to what group they're viewing. The filter works for other views on my site, just not the Fullcalendar view.
When I view source, the content that Fullcalendar uses to build the calendar still seems to be there... just the JS breaks and it never uses that information to generate the calendar.
I am not seeing an error in /admin/reports/dblog, though.
Comment #3
mingsongThanks for raising this issue.
Unfortunately, this module currently doesn't support expose filter yet.
I will work on that in coming months.
Comment #4
bernig commentedI installed the 2.3 version and exposed filters don't cause any issue and work as intended.
IMO this bug can be closed.
Thanks Mingsong for your work!
Comment #5
mingsongThanks @berning for your feedback.
I am assuming they are talking about Ajax filter which this module hasn't support yet.
The different between Ajax filter and normal exposed filter is that the Ajax filter won't refresh (reload) the whole view (page), but normal exposed filter will.
Comment #6
bhushan.nagaonkar commentedIs there any update on this feature ?
Comment #7
mingsongThe 8.x-2.x version won't support AjAX filter. But the normal filter should be working.
Comment #8
mingsong