You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Events starting in the past but ending in the future do not appear in either upcoming or past archive views.
For lack of anything else, I'd call these "in progress" Events, and Sugar Calendar currently has no special handling for them.
In progress Events being totally missing was partially addressed in #44, only for widgets and shortcodes. Creating this issue to document the problem and milestone it for the 2.2.2 release.
The text was updated successfully, but these errors were encountered:
Swapping out {$alias}.start for {$alias}.end will ensure that these "in progress" Events continue to correctly appear in the past view, while also showing in the upcoming view.
I also think we should add support for an in-progress view option while we are here.
Coming from #44 I still see this issue as well. Events that are in progress are not showing in "upcoming". An in-progress option for the shortcode/function would be great, but I'm open to whatever you decide. Thanks brother!
This commit ensures that in-progress Events appear in "upcoming" archive views, to match the shortcode behavior.
It also updates some old strings, adds classes to Event filter links, and adds a new "in-progress" filter.
Fixes#225.
Reported through HelpScout here: https://secure.helpscout.net/conversation/1570570616/189495?folderId=3659659
Events starting in the past but ending in the future do not appear in either
upcoming
orpast
archive views.For lack of anything else, I'd call these "in progress" Events, and Sugar Calendar currently has no special handling for them.
In progress Events being totally missing was partially addressed in #44, only for widgets and shortcodes. Creating this issue to document the problem and milestone it for the 2.2.2 release.
The text was updated successfully, but these errors were encountered: