Page 1 of 1

problem edit task, and add predecessor

Posted: Tue Aug 02, 2022 5:26 pm
by visiniaga

step:

  1. view bryntumm
  2. edit one the task
  3. in the predecessor, add +
  4. show error

this problem dont happen when we edit inline in the table

it show
Error:
Uncaught TypeError: Cannot read properties of null (reading 'project_id')

webpack:///./src/lib/ProjectModel.js?:563
Traceback:
TypeError: Cannot read properties of null (reading 'project_id')
at eval (webpack:///./src/lib/ProjectModel.js?:563:59)
at Array.forEach (<anonymous>)
at Project.change (webpack:///./src/lib/ProjectModel.js?:562:27)
at Project.trigger (webpack:///./node_modules/@bryntum/gantt/gantt.module.js?:7090:25)
at Project.relayStoreChange (webpack:///./node_modules/@bryntum/gantt/gantt.module.js?:222807:17)
at DependencyStore.trigger (webpack:///./node_modules/@bryntum/gantt/gantt.module.js?:7090:25)
at eval (webpack:///./node_modules/@bryntum/gantt/gantt.module.js?:125359:36)
at Array.forEach (<anonymous>)
at Project.dataReady (webpack:///./node_modules/@bryntum/gantt/gantt.module.js?:125358:42)
at Project.trigger (webpack:///./node_modules/@bryntum/gantt/gantt.module.js?:7090:25)


Re: problem edit task, and add predecessor

Posted: Tue Aug 02, 2022 5:29 pm
by visiniaga

Re: problem edit task, and add predecessor

Posted: Wed Aug 03, 2022 4:03 pm
by Terence

Thank you for the report, this is a bug.

https://github.com/bryntum/odoo-support/issues/82

We will fix for upcoming release asap.


Re: problem edit task, and add predecessor

Posted: Wed Aug 03, 2022 4:06 pm
by visiniaga

Hi Terence,

thanks for very quick response, this happen also in successor btw


Re: problem edit task, and add predecessor

Posted: Wed Aug 03, 2022 4:12 pm
by Terence

Yes, thank you. I know, I've reproduced the issue.


Re: problem edit task, and add predecessor

Posted: Mon Aug 08, 2022 10:21 pm
by Terence

Should be fixed in 1.3.7


Re: problem edit task, and add predecessor

Posted: Tue Aug 09, 2022 1:16 am
by visiniaga

Thank you, Checking with 1.3.7, problem solved