MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
94 stars 51 forks source link

The Ultimate Member plugin runs two actions on creating a user. One of them incorrectly causes an error log with this plugin. #439

Closed jonathanstegall closed 2 years ago

jonathanstegall commented 2 years ago

Describe the bug When the Ultimate Member plugin is installed, creating a new user results in an "unable to process queue item because it has no WordPress ID" error log. This is because Ultimate Members relies on a different action in WordPress, and the ID is not passed into the data.

To Reproduce Steps to reproduce the behavior:

  1. Install that plugin
  2. Create a fieldmap for user
  3. Add a new user
  4. Check the error logs

Expected behavior It's not correct that an error is happening. Ideally we would be able to figure out which action is running incorrectly and stop it from running, but I was unable to figure out how to do that. So alternatively I think we should make sure that if this plugin is the cause of the posted data that the ID is present.