bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

eventNonWorkingTime feature not working with manuallyScheduled #10014

Closed marciogurka closed 1 week ago

marciogurka commented 2 weeks ago

Forum post

"Hi Bryntum team, I've come accross a problem since I updated Scheduler Pro from version 5.6.2 to version 6.0.4 (the problem is also on 6.0.5 version). I use the eventNonWorkingTimeFeature and all my events have the manuallyScheduled prop set to true (I use dependencies and have to update manually the dependent events), but the eventNonWorkingTime is not displayed on the events. When I set manuallyScheduled to false it works well. The 2 options used to be compatible on version 5.6.2. I could reproduce the problem on your example : https://bryntum.com/products/schedulerpro/examples/event-non-working-time/ I just added

eventRecord.manuallyScheduled = true

at the beginning of the eventRenderer (line 59)."

ghulamghousdev commented 1 week ago

Another report here: https://forum.bryntum.com/viewtopic.php?p=154799#p154799

chuckn0rris commented 1 week ago

Invalid, it's docs problem, here is the ticket https://github.com/bryntum/support/issues/10041