Post 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)


Post by visiniaga »


Post 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.


Post by visiniaga »

Hi Terence,

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


Post by Terence »

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


Post by Terence »

Should be fixed in 1.3.7


Post by visiniaga »

Thank you, Checking with 1.3.7, problem solved


Post Reply