Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't filter out ongoing full day events in Calendar module (#3095) #3096

Merged
merged 2 commits into from
May 15, 2023

Conversation

ismarslomic
Copy link
Contributor

@ismarslomic ismarslomic commented Apr 27, 2023

Fixes #3095.

Param hideOngoing is by default set to false, but the event filtering handles full day & non-full day events inconsistently. For non-full day ongoing and upcoming events are returned, while for full day only upcoming events where returned.

Param `hideOngoing` is by default set to `false`, but the event filtering handles full day & non-full day events inconsistently. For `non-full day` ongoing and upcoming events are returned, while for `full day` only upcoming events where returned.
@codecov-commenter
Copy link

Codecov Report

Merging #3096 (d522e45) into develop (a41aa48) will increase coverage by 0.12%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff             @@
##           develop    #3096      +/-   ##
===========================================
+ Coverage    25.54%   25.67%   +0.12%     
===========================================
  Files           53       53              
  Lines        11415    11416       +1     
===========================================
+ Hits          2916     2931      +15     
+ Misses        8499     8485      -14     
Impacted Files Coverage Δ
modules/default/calendar/calendarfetcherutils.js 67.43% <100.00%> (+1.54%) ⬆️

... and 1 file with indirect coverage changes

@khassel khassel merged commit 83315f1 into MagicMirrorOrg:develop May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants