Bug #9203
closedFilters on the "My Events > Calendar" page no longer display
0%
Description
When on your "My Events > Calendar" page, the author/group filters no longer show up and the AJAX loading icon keeps displaying indefinitely.
There is an issue with the javascript that I'm not too familiar with. Might be caused due to an upstream change to the Event Organiser plugin that might be conflicting with our JS.
Relevant commits can be found here:
https://github.com/cuny-academic-commons/bp-event-organiser/issues/8
Boone, I've added this ticket to the 1.13 milestone as I'm not sure if this is an easy fix or not.
If this is an easy fix, feel free to move back to 1.12.x.
Updated by Boone Gorges almost 7 years ago
- Status changed from New to Resolved
- Target version changed from 1.13 to 1.12.8
Thanks for pointing this out, Ray! Looks like this broke because of some refactoring to the JS in event-organiser. It's my fault for writing such lousy, brittle JS in the first place. I've fixed it by writing more lousy, brittle JS. https://github.com/cuny-academic-commons/bp-event-organiser/issues/64