I'm using the Angular version of Bryntum TaskBoard. I need to call a POST API whenever a resource (technician) is changed using the taskMenu option.
Currently, I’m configuring the taskMenu inside the TaskBoard config, but I’m not able to trigger the API call from there. Is there any way to handle this event and call the API from the Angular component (.ts file) instead?
Also I don't want to show the resource icon in taskMenu option.
Any guidance would be appreciated!
Thanks,
Harish
Attachments
Screenshot 2025-06-16 164211.png (84.97 KiB) Viewed 17551 times
assignmentStore : {
onChange(e){
// Your logic
}
}
Currently, I’m configuring the taskMenu inside the TaskBoard config, but I’m not able to trigger the API call from there. Is there any way to handle this event and call the API from the Angular component (.ts file) instead?
Yes you can listen to the onItem event and make the necessary changes there: