Automatically closed - issue fixed for 2 weeks with no activity.
If creating a new entity, it returns Error: Call to a member function getFromSid() on null in _workflow_notifications_get_transition_details()
I added the following code to _workflow_notifications_get_transition_details at line 44 to fix
// Continue if the transition is null
if (!$transition) {
continue;
}
Fixed
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.