- Issue created by @SVICER
- Merge request !84fix[#3516586]: add nullsafe operator to fix 500 error when location field is empty β (Merged) created by SVICER
We have error when create node event (LB)
Error: Call to a member function toArray() on null in ws_event_tokens() (line 83 of ../docroot/modules/contrib/ws_event/ws_event.tokens.inc).
Create location with empty field field_location_address and try to create event LB with this location
Use nullsafe operator https://php.watch/versions/8.0/null-safe-operator
Active
1.4
Code