Our state of the art Gantt chart


Post by thijs4ef »

I have an issue when I create project which has a task with duration = 0 then this task get's transformed into milestone(see attached screenshot).
Maybe there is a way to configure it?

Thanks in advance.

Attachments
11.png
11.png (28.4 KiB) Viewed 235 times

Post by alex.l »

All tasks with 0 duration are milestones. It is not configurable, but you could try to override it by passing 'milestone' field from the server side and override get milestone for TaskModel class. (see TaskModel.js).

All the best,
Alex


Post Reply