I want to make it an attachment and a block with exposed filters of start date, end date, etc. and search. But when I put expose filters, it doesn't show up and throws me an ajax error. If anyone can help me with this, it would be really helpful.
Thank you.

Comments

vatsla16 created an issue. See original summary.

eahonet’s picture

StatusFileSize
new119.87 KB

I 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.

mingsong’s picture

Thanks for raising this issue.

Unfortunately, this module currently doesn't support expose filter yet.

I will work on that in coming months.

bernig’s picture

I 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!

mingsong’s picture

Thanks @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.

bhushan.nagaonkar’s picture

Is there any update on this feature ?

mingsong’s picture

StatusFileSize
new87.73 KB

The 8.x-2.x version won't support AjAX filter. But the normal filter should be working.

No AjAX

mingsong’s picture

Status: Active » Closed (won't fix)