Our state of the art Gantt chart


Post by jhill@achieveit.com »

The types list the function signature for onBeforeTaskResizeFinalize is:

onBeforeTaskResizeFinalize?: ((event: {
        taskRecord: TaskModel;
        data: {
            source: Gantt;
            context: {
                async: boolean;
                finalize: Function;
            };
        };
    }) => void) | string;

but the value actually passed to the function does not have the data wrapper around context.

Attachments
Screenshot 2024-02-20 at 1.30.39 PM.png
Screenshot 2024-02-20 at 1.30.39 PM.png (55.76 KiB) Viewed 75 times

Post by marcio »

Hey jhill,

Thanks for reaching out! I created a ticket to fix that https://github.com/bryntum/support/issues/8644

Best regards,
Márcio


Post by jhill@achieveit.com »

Thanks!


Post Reply