The task id was used for the resource name in Project::Gantt. This works
for pending tasks, but completed tasks have id 0, which doesn't work (is
not unique, and there also seems to be a bug in Project::Gantt where it
evaluates the name as a boolean to check it is defined, which returns
false for 0).
Pending tasks will still use their task id, but completed tasks will
show their uuid instead.
The task id was used for the resource name in Project::Gantt. This works for pending tasks, but completed tasks have id 0, which doesn't work (is not unique, and there also seems to be a bug in Project::Gantt where it evaluates the name as a boolean to check it is defined, which returns false for 0).
Pending tasks will still use their task id, but completed tasks will show their uuid instead.