I’m working on two Gantt pages, one of which uses the default task type and submits changes to the server properly. The other has a custom task type (to represent equipment locations) and does not communicate with the server when I click “Save” in the lightbox.
I am loading the data with gantt.parse()
, and I’m not using the recommended DataProcessor approach.
What would prevent my custom task type from saving?