Closed (fixed)
Project:
View gantt
Version:
1.0.5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Oct 2022 at 07:16 UTC
Updated:
18 Oct 2022 at 10:04 UTC
Jump to comment: Most recent
I have used the latest version 1.0.5 which was released yesterday, but now it is not possible to visit /gantt view page :
The website encountered an unexpected error. Please try again later.
Error: Call to a member function id() on null in convert_gantt_data() (line 146 of modules/gantt/gantt.theme.inc).
Comments
Comment #2
avpadernoThe code causing that error is the following one.
The last line accesses
$value->entity->id()without first checking$value->entityisn't empty, like the other line does.Comment #4
lazzyvn commented