Our pure JavaScript Scheduler component


Post by SIM-LTD »

When a task is created then startTime/EndTime does not match the working Time.

Go online demo: https://www.bryntum.com/examples/scheduler/workingtime/
Then Zoom, so as to reach "Day" view
Once in Day View double click to create a Task
So now, why the StartTime and EndTime are not aligned to Working Time?
We expect the Start & End Time to be retrieved from working time value
Attachments
Capture d’écran 2019-11-12 à 03.12.34.png
Capture d’écran 2019-11-12 à 03.12.34.png (162.5 KiB) Viewed 1275 times
Capture d’écran 2019-11-12 à 11.32.36.png
Capture d’écran 2019-11-12 à 11.32.36.png (141.22 KiB) Viewed 1275 times

Post by mats »

It's working as designed. Working time is a visual abstraction only, it has nothing to do with the *data* of your tasks.

Post by SIM-LTD »

Working time is a visual abstraction only, it has nothing to do with the *data* of your tasks.
If it was the case, Then how can you explain, when the working time is changed, so the start/end time different (with a strange Value)
Look at the second screenshot

Post by mats »

Reasonable suggestion, opened ticket here: https://github.com/bryntum/support/issues/10

Post by SIM-LTD »

Thank you.

Post Reply