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] beesdoo_shift: forbid illegal hour #292

Open
wants to merge 1 commit into
base: 12.0
Choose a base branch
from

Commits on Mar 9, 2022

  1. [FIX] beesdoo_shift: forbid illegal hour

    It was possible to encode shift that start at negative hour
    or hour bigger then 24. Of course this lead to some
    error at the moment we generate the planning for a given date
    
    - Add a constraint on start_time and end_time
    - Fix onchange on duration: duration was not computed properly
    when the start or end time was 00:00
    tfrancoi authored and robinkeunen committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6a36584 View commit details
    Browse the repository at this point in the history