- Issue created by @mandclu
- @mandclu opened merge request.
- Status changed to Fixed
over 1 year ago 3:13pm 18 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
In some circumstances the entityTypeManager property is null, which leads to a fatal error when accessing the link.
Instead of accessing the entityTypeManager as a property, use the getter method in the ControllerBase, which will populate the entityTypeManager from the container if the property is null.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.