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 date filtering for all day events #1782

Merged
merged 3 commits into from
Apr 14, 2023

Commits on Apr 4, 2023

  1. fix date filtering for all day events

    when making a query also do a query for all_day events
    using only date part of the given date, but it must be
    first converted to local time using client timezone so
    it will the date user sees in the UI.
    
    also tweak the way the all_day events are assigned to
    dates in the UI based on newsroom code.
    
    SDCP-682
    petrjasek committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    58f0ace View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix e2e

    petrjasek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a055020 View commit details
    Browse the repository at this point in the history
  2. update client core

    petrjasek committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f6ee14d View commit details
    Browse the repository at this point in the history