-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: contact being marked as known when updating custom fields or conflicts #36116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 93b7a7e The changes in this PR will be included in the next version bump. This PR includes changesets to release 36 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
ggazzo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would be the regression in this case?
Hello, this regression was added as an additional improvement for original PR fixing a bug with contacts conflicting fields being saved with nullish values. You can check the full fix here: #36097 |
Co-authored-by: Guilherme Gazzo <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #36116 +/- ##
===========================================
- Coverage 64.97% 64.97% -0.01%
===========================================
Files 3112 3113 +1
Lines 93795 93802 +7
Branches 17810 17809 -1
===========================================
Hits 60944 60944
- Misses 30065 30075 +10
+ Partials 2786 2783 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/backport 7.5.2 |
|
Sorry, I couldn't do that backport because of conflicts. Could you please solve them? you can do so by running the following commands: after that just run |
|
/patch |
|
Pull request #36200 added to Project: "undefined" |
Proposed changes (including videos or screenshots)
This PR adds a new model function (
.updateContactCustomFields) that allows updating contact custom fields or adding conflicting fields without overlapping other business rules.Issue(s)
CTZ-179
Steps to test or reproduce
Further comments
This PR is a additional improvement to #36097