Details
-
Bug
-
Resolution: Fixed
-
None
-
None
-
Empty show more show less
Description
problem
JS Error: this.getSegmentGrid(...) is undefined
steps to reproduce
- Open a task
- Open a segment
- Leave the task
- Open the add new task wizard
- Enter a task name
- copy that task name
reason
The problem is that the copy handler for the segment editing is registered on first task open, that handler is still active after leaving the task. And if the segment grid does not exist any more, that error happens.