Split Segments Rename in Task Menu not triggering any on change events
Posted: Tue Mar 05, 2024 6:07 pm
by dominicdolan
When Renaming a split segment of a task through the right click task menu after comleting the name change and removing focus or hitting enter no change events are triggered and listing in the segments on events are all only to do with drag drop and resizing of segments so i cant trigger a save automatically when the user enters a name for a segment.
Have i missed this somewhere in the docs or is this some missing functionality?
every other form of change to any tasks or segment triggers on change events for me.
Re: Split Segments Rename in Task Menu not triggering any on change events
Posted: Tue Mar 05, 2024 11:48 pm
by marcio
Hey dominicdolan,
Thanks for reaching out.
If you use the following snippet, it'll be triggered when the event segment is updated
as i stated in my original question the problem is that the Project listener change event is not being triggered by the rename of a segment, i may not have called out the event explicitly but i did state that "every other form of change to any tasks or segment triggers on change events for me."
Re: Split Segments Rename in Task Menu not triggering any on change events