Our state of the art Gantt chart


Post by sagars93 »

Hello team,
When we change existing Constraint type in Bryntum Gantt then it is throwing exception like:
Uncaught (in promise) Error: Unknown identifier ClassDefEx.$.assigned

Unknown id3.png
Unknown id3.png (181.5 KiB) Viewed 315 times
Unknown id1.png
Unknown id1.png (85.26 KiB) Viewed 318 times
Unknown id2.png
Unknown id2.png (50.53 KiB) Viewed 318 times

How to resolve this issue.

(It may be caused by Bryntum not being able to schedule the task based on the existing constraints and throwing an error.)

Thanks in advance.


Post by saki »

How can we reproduce it? I tried our https://localhost/bryntum-suite/Gantt/examples/advanced/ but it looks that you use the different data so I couldn't reproduce it.


Post by sagars93 »

Please find below data:

{
   "taskId":4553,
   "name":"New task 1",
   "description":"",
   "duration":20,
   "startDate":"2021-10-01 00:00:00",
   "endDate":"2021-10-21 00:00:00",
   "taskLabels":[
      
], "priorityLookupId":null, "externalLinkList":[
], "initiativeFileList":[
], "percentDone":0, "selectedTeamMembers":[
], "isTaskSaveIdBeforeSave":"", "parentId":0, "selectedPredecessorsTask":[
], "selectedSuccessorsTask":[
], "calendarId":"11", "schedulingMode":"Normal", "constraintType":"mustfinishon", "constraintDate":"2021-10-21 00:00:00", "effort":480, "effortDriven":false, "rollup":false, "manuallyScheduled":false, "checks":[
], "taskStatusLookupId":1, "taskTypeLookupId":null, "taskSizeLookupId":null, "taskLinkList":[
], "dueDate":null, "status":"None", "creator":{ "id":"9b13e4d7-3e3f-47fc-a150-2960bdc506a9", "userName":"Alphanumeric Username", "logicalPath":null, "email":null } }

Thanks


Post by alex.l »

Hi sagars93,

Could you please try it yourself?
I used the task you provided and tried to change constraintType. All works well to me.

Please, provide clear steps to reproduce and the environment where we can reproduce it.
If it is possible, modify one of our examples, zip and attach the app here.

Thanks!

All the best,
Alex


Post Reply