Skip to content

Fix timeline item name to a string.

Karol Krizka requested to merge fix_timeline into master

The problem is that certain tasklist handlers use complex objects for task definitions. Using this as a non-string name breaks the timeline schema expected by visualization tool.

This fixes it by using the string "task_{taskid}" for timeline item name.

Merge request reports