You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing a few submissions, I noticed that on the Processing requested updates page were not choosing the proper action when there already existed a matching record.
How to reproduce
Create a Contact that has an Email with a Location Type of Work
Create a new Activity for this extension that has a new Email and matching Location Type Work as above
Go to the Processing requested update page
See that the Email Data is displaying the Add new Phone action rather than the Overwrite existing action
Repeat above but with Phone
What was expected
It would appropriate choose the proper action based on seeing a duplicate Location Type based on that field.
Solution
I found what appears to be a mistype (?) in the code. Basically, the action code is checking for a field that doesn't exist, but does exist in the processed code. When I changed that it was working great.
I'll post a merge request shortly
The text was updated successfully, but these errors were encountered:
While testing a few submissions, I noticed that on the
Processing requested updates
page were not choosing the proper action when there already existed a matching record.How to reproduce
Location Type
Work as aboveProcessing requested update
pageWhat was expected
It would appropriate choose the proper action based on seeing a duplicate Location Type based on that field.
Solution
I found what appears to be a mistype (?) in the code. Basically, the action code is checking for a field that doesn't exist, but does exist in the processed code. When I changed that it was working great.
I'll post a merge request shortly
The text was updated successfully, but these errors were encountered: