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

`resourceRecord` is not defined in `dragmoveend` event of `dayResource` view #10070

Open chuckn0rris opened 1 week ago

chuckn0rris commented 1 week ago

Forum post

https://bryntum.com/products/calendar/examples/date-resource/

in console

calendar.on('dragmoveend', ({ resourceRecord }) => { console.log(resourceRecord); })

drag and drop event from one resource to another. See resourceRecord has not been passed into handler.

matsbryntse commented 1 week ago

Test pushed to 10070-dayresource branch