Problem/Motivation
Create a first new helpdesk results in:
Error: Typed property Drupal\helpdesk_integration\Entity\Helpdesk::$default must not be accessed before initialization in Drupal\helpdesk_integration\Entity\Helpdesk->isDefault() (Zeile 175 in /var/www/html/web/modules/contrib/helpdesk_integration/src/Entity/Helpdesk.php).
Steps to reproduce
Create a first new helpdesk.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3403304-1.patch | 371 bytes | sandeepsingh199 |
Comments
Comment #2
sandeepsingh199 commentedHi @danielspeicher, We have to first initialise the property before access. Try this patch.
Comment #4
danielspeicher commentedThanks a lot. Patch is applied for 2.0.x-dev.