[EN] Change Slingshot to handle multiple updates of person data #3530
Labels
Priority: Low
Affects a small number of Rock installations and will not be noticed by most users.
Type: Enhancement
Feature requests.
Prerequisites
Description
There's a bug in the Update portion of slingshot. If after doing an initial import, A person's family is changed in the legacy system, and then an update is attempted, and there's an address within that family it will throw an Insert error when trying to add the new address.
This bug is reported in the slingshot repot here, however the code is in Rock. SparkDevNetwork/Slingshot#3
Steps to Reproduce
Expected behavior:
The import should add the new family prior to updating the person record.
Actual behavior:
Slingshot attempts to update the person, and add the new address to a family that hasn't been inserted yet, and thus throws an insert error.
Versions
The text was updated successfully, but these errors were encountered: