Our state of the art Gantt chart


Post by inspire »

Hi!

No it is correct message, root get is not processed.
Please use file UncatchedEx.http as data source. It can be used with https://marketplace.visualstudio.com/items?itemName=humao.rest-client REST CLient extension for VS Code directly. Or copy URL/ post data to any rest client you are using (like Postman). Please change port to default 5001 before.


Post by tasnim »

Hey inspire,

I tried using the REST Client extension, but it crashes for me. Please check the video below, and please let me know if I'm missing something.

Cursor_oMO9Bw2ZgV.mp4
(3.09 MiB) Downloaded 10 times

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post by inspire »

Hi!

Please read the first post in this topic.


Post by tasnim »

Thanks for sharing the details. I've opened a ticket for further investigation. Here it is https://github.com/bryntum/support/issues/11361

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post by nickolay »

@inspire Hi, this issue should be fixed in the next patch release. The sample request will now complete successfully with the following result:

{
    "success": false,
    "message": "rejected with: A scheduling conflict has been found: Task \"Submit the FSO\" Must-Finish-On July 13, 2025 at 5:00 PM constraint is conflicting with Dependency (Start-to-Finish) from \"Hotel Opening: MDTHW 59895\" to \"Submit the FSO\""
}

It indicates that a scheduling conflict occurs because of the incoming change. You can also check this config (still somewhat experimental): https://bryntum.com/products/gantt/docs/api/Gantt/model/ProjectModel#field-autoPostponedConflicts to postpone the resolution of such conflict.


Post Reply