Good afternoon,
I'm setting an Equipment Schedule component. I start making some tests with the add, move and delete events and everything was working fine.
After moving on the job I try to delete again but with no success, now I'm at the point that the only code that I fire in the "onDeleteEvent" is this:
system.perspective.print("HERE")
and it is not print in the browser, it looks like the event is not fired.
The "deleteEnabled" option is selected.
I've tried to insert a new empty equipment schedule component and the delete events is fired, so the problem is in the one that I'm using; I could start from zero but I should do all the job again.