Skip to content

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

Merged
khassel merged 2 commits intoMagicMirrorOrg:developfrom
ismarslomic:develop
May 15, 2023
Merged

fix: don't filter out ongoing full day events in Calendar module (#3095)#3096
khassel merged 2 commits intoMagicMirrorOrg:developfrom
ismarslomic:develop

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