Error: Call to a member function getFromSid() on null

Created on 13 October 2021, almost 3 years ago
Updated 3 March 2023, over 1 year ago

Problem/Motivation

If creating a new entity, it returns Error: Call to a member function getFromSid() on null in _workflow_notifications_get_transition_details()

Proposed resolution

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;
    }
🐛 Bug report
Status

Fixed

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024