Discuss anything related to web development but no technical support questions


Post by TDI »

Hello,

According to attached images, I need to show the divider between days using working time interval. The divider is showing correctly on the full-range interval 0-24 (first attached image), but it's not showing up on working time interval 8-20 (second attached image).

I'm using the scheduler.workingTime property, like:

let workingTimeShort = {
                            fromDay  : 1,
                            toDay    : 6,
                            fromHour : 8,
                            toHour   : 20
                        };
let workingTimeLong = {
                            fromDay  : 0,
                            toDay    : 7,
                            fromHour : 0,
                            toHour   : 24
                        };
img_1.jpg
img_1.jpg (17 KiB) Viewed 1085 times
img_2.jpg
img_2.jpg (7.4 KiB) Viewed 1085 times

What do I miss?

Thank You!


Post by pmiklashevich »

Hello,

This is a known issue. https://github.com/bryntum/support/issues/1199
It's fixed in the upcoming 4.0 release. You can try out 4.0-beta just download it from Customer Zone.

Cheers,
Pavel

Pavlo Miklashevych
Sr. Frontend Developer


Post Reply