Premium support for our pure JavaScript UI components


Post by vbureanu »

Hello guys,

When we create new task by pressing CREATE button, after new task is created - the undo/redo does not detect this action.
Is this right behavior or not?

Attached small gantt-project.

Thanks,
Vitalie

inline-data-demo.zip
(244.31 KiB) Downloaded 27 times

Post by tasnim »

Hi,
You just made typo,

<bryntum-gantt 
    #gantt
    // here below
    [project]           = "project"
    [columnLines]       = "ganttConfig.columnLines"
    [columns]           = "ganttConfig.columns"
    [subGridConfigs]    = "ganttConfig.subGridConfigs"
    [viewPreset]        = "ganttConfig.viewPreset"
    [timeRangesFeature] = "ganttConfig.timeRangesFeature"

you wrote project, that should beprojectConfig

<bryntum-gantt 
    #gantt
    // here below
    [project]           = "projectConfig"
    [columnLines]       = "ganttConfig.columnLines"
    [columns]           = "ganttConfig.columns"
    [subGridConfigs]    = "ganttConfig.subGridConfigs"

Post by vbureanu »

I tried, but with no success.
The undo/redo does not detect the action on task creating.
Can you please share me back the project?

image.png
image.png (102.15 KiB) Viewed 247 times

Post by tasnim »

I've attached your app below.

Attachments
inline-data-demo.zip
(17.46 KiB) Downloaded 26 times

Post by vbureanu »

Yes, it works!
Thank you Tasnim!


Post Reply