Call to undefined method ::isSyncing() during push on certain entities

Created on 28 January 2025, 2 months ago

Problem/Motivation

I'm using the Apigee โ†’ module which has Developer entities and when I create a new user account I get the following error:

Error: Call to undefined method Drupal\apigee_edge\Entity\Developer::isSyncing() in salesforce_push_entity_crud() (line 50 of /mnt/files/local_mount/build/web/modules/contrib/salesforce/modules/salesforce_push/salesforce_push.module).

The underlying problem is that salesforce_push_entity_crud() does not check whether the entity implements Drupal\Core\Entity\SynchronizableInterface before calling the ::isSyncing() method on it.

Steps to reproduce

Try to create an entity which does not implement the SynchronizableInterface.

Proposed resolution

Make sure that salesforce_push_entity_crud() only calls ::isSyncing() on entities which implement the Drupal\Core\Entity\SynchronizableInterface interface.

Remaining tasks

User interface changes

API changes

Data model changes

๐Ÿ› Bug report
Status

Active

Version

5.1

Component

salesforce_push.module

Created by

๐Ÿ‡ญ๐Ÿ‡บHungary balazswmann

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024