Our state of the art Gantt chart


Post by awakeb1 »

Hi,

I got this error 'Conversion unit not provided' when run demo aspnet - BryntumGanttCrudDemo version gantt-4.0.7
Please help me how to fix it.

Thanks.

Attachments
Conversion unit not provided.png
Conversion unit not provided.png (31.33 KiB) Viewed 559 times

Post by Maxim Gorkovsky »

Hello.
Reproduced, ticket opened here: https://github.com/bryntum/support/issues/2234 Thank you for report.

To work around this issue please update model definition:

// app/lib/models/Task.js
...
{ name: 'effortUnit', dataSource: 'EffortUnit', convert(value) { return value || 'hour' } },
...

Post by awakeb1 »

Thanks


Post Reply