- Issue created by @dlfaison
- πΊπΈUnited States erutan
I tend to not use Ajax unless I have a good reason to - it's odd in this case as the module is loading the javascript library for fullcalendar anyway.
On a local or dev server try disabling all other contrib modules and then try with/without Ajax? There's often some weird ajax errors when there's a lot of views centric contrib enabled. If that solves the problem, start enabling them until you find the problem one.
- πΊπΈUnited States erutan
You could try switching between BEF & default exposed filters https://www.drupal.org/project/better_exposed_filters β and see if there's any change.
- πΊπΈUnited States dlfaison
Apologizes for late response.
Exposed form style set to BEF with AJAX off, the min/max field do NOT appear
Exposed form style set to BEF with AJAX on, the min/max field does appearExposed form style set to Default with AJAX on, the min/max field does appear
Exposed form style set to Default with AJAX off, the min/max field does NOT appearMy main concern was not all events were being displayed when AJAX was off. In testing when AJAX was turned on additional events were displayed. I had no reason for this happening. One of the sites we manage have alot of events, so I was thinking it had to with number of events that are attempting to be rendered.
I have taxonomy terms associated with the calendar view. By default it would display all of the events twice. To removed the duplicates, I checked the reduced duplicates checkbox and that resolved the issue.
So at this point, with AJAX on or off, all of the events appear to be displaying which is good. I try to avoid using AJAX whenever possible.
You can close ticket at this point.
Separately, do you guys have a slack channel as well to ask questions??
I wanted to take advantage of some of the other Setting configurations and wanted to get some insight on the following items.
- Customize Fields toggle - While I can set the configuration, I cant do not see any noticeable changes.
- Date Navigation toggle - I tried setting a valid date range and nothing seems to work. hard coding a start and end date nor using a relative date range yields any results.Clicking the more information link seems to say I need to imply I need to add some code to the module or is this a premium feature..
Thanks for the module. It has been a life-saver for our team.
- πΊπΈUnited States erutan
I'm not a maintainer, unsure if there's a slack channel but I don't think so, nothing showed up in a quick search on drupal slack.
The more information page should send you to the docs for fullcalendar (the actual javascript library), basically the values input into settings just get sent to that. If those two options aren't doing what they should be doing, you could check to see if they're wired up correctly in the module and/or create new issues. Mandclu who created the most recent version of this module seems to be busy at the moment.