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

Date constraints are not respected when used together with non-working time #6897

Open
marciogurka opened this issue May 31, 2023 · 0 comments
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium

Comments

@marciogurka
Copy link

Forum post

"Hi Bryntum Team,

We noticed that when a date constraint ends within a non-working time interval, then an event dropped at the constraint end date can extend past the end date.

All events are constrained to end on or before 7PM on March 23rd, but after the drop they end on March 24th.

It can be reproduced on the resource-non-working-time example, by adding the configuration below: https://bryntum.com/products/schedulerpro/examples/resource-non-working-time/

getDateConstraints() {
    return { 
        start: new Date('2020-03-23T07:00'),
        end: new Date('2020-03-23T19:00')
    }
}

"

date-constraint-non-working-time.mp4
@marciogurka marciogurka added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels May 31, 2023
@isglass isglass added high-priority Urgent to have fixed and removed high-priority Urgent to have fixed labels Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum large-account Reported by large customer OEM OEM customer premium
Projects
None yet
Development

No branches or pull requests

2 participants