Since Polarion version 2304, changes have been introduced to the scripting engine used in the Gantt widget. These updates require slight adjustments to existing scripts to ensure compatibility.
If your Gantt configuration uses scripts, you may encounter errors like:
TypeError: Cannot read property 'id' of undefined
This error might be caused by older script syntax wi.type.id which
no longer work as expected. Please replace it with the updated syntax:
wi.getType().getId()
If this does not resolve the issue, please raise a ticket, and we will assist you individually to address the error.
Feel free to contact support@nextedy.com
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article