Automatically closed - issue fixed for 2 weeks with no activity.
Current implementation of entity label fetch is using array conversion from the entity expecting certain keywords to exist.
This is not the case with many of the entities. Especially with Webform entities, the array does not contain similar structure.
With PHP 8, this problem turns into fatal error;
[error] TypeError: Cannot access offset of type string on string in Drupal\events_logging\Logger->createLogEntity() (line 119 of /var/www/html/web/modules/contrib/events_logging/src/Logger.php)
I created example where this is easily visible between PHP 7 and PHP 8 which you can find in here
Use proper function to get entity label
Fixed
1.5
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.