-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: Update Contact's custom fields when updating visitor custom fields #35580
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
496c5f5
feat: adds contact custom field update when visitor's contact exists
lucas-a-pelegrino 51698f5
test: implements test case for contact custom field update via livech…
lucas-a-pelegrino dd3d614
chore: fixes lint errors
lucas-a-pelegrino 2d6eea4
chore: improves the quality of contact's custom fields tests
lucas-a-pelegrino 1f6d923
fix: fixes test case before setup
lucas-a-pelegrino bbe62c2
chore: change contact find method in setCustomFields
lucas-a-pelegrino c5c8a9d
fix: simplifies before setup
lucas-a-pelegrino ddadd9d
tests: refactors tests to be more independently
lucas-a-pelegrino 440039a
test: fix contact creation
sampaiodiego 0553d69
test: fix visitor fetch and custom fields validation
sampaiodiego c2e72b8
refactor: adds minor improvements to setCustomFields logic and tests
lucas-a-pelegrino 6aca79b
fix: removes .only method call
lucas-a-pelegrino d4ece99
Merge branch 'develop' into bugfix/CTZ-17
lucas-a-pelegrino 3b5e363
refactor: adds changes in the .setCustomFields() return values
lucas-a-pelegrino 4a4c11d
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat into bugf…
lucas-a-pelegrino 4e2ff22
Merge branch 'bugfix/CTZ-17' of github.com:RocketChat/Rocket.Chat int…
lucas-a-pelegrino 0be6691
fix: adds a placeholder return number.
lucas-a-pelegrino 0c8c699
chore: adds minor improvements to the logic that checks for the conta…
lucas-a-pelegrino 6b485f0
chore: adds improvements requested in code review
lucas-a-pelegrino 079c71e
chore: adds changeset
lucas-a-pelegrino 87a6e4e
fix: merge conflicts
lucas-a-pelegrino 8009336
fix: customFields are not wiped when adding new ones
lucas-a-pelegrino a103c38
Merge branch 'bugfix/CTZ-17' of github.com:RocketChat/Rocket.Chat int…
lucas-a-pelegrino 64785a6
chore: improves logic for contact's custom fields updates
lucas-a-pelegrino 4bb3c61
fix: removes .only leftover by mistake
lucas-a-pelegrino be33ee8
refactor: adds an improvement to the query and logic that updates the…
lucas-a-pelegrino f6108f4
chore: removes commented code
lucas-a-pelegrino 76343dd
chore: removes .only leftover
lucas-a-pelegrino fdd12d8
chore: removes commented code
lucas-a-pelegrino 1177d65
refactor: adds improvements that covers an edge case
lucas-a-pelegrino 42b7e03
Merge remote-tracking branch 'origin/develop' into bugfix/CTZ-17
sampaiodiego 03ce299
doc: improve changeset
sampaiodiego bdc9272
add TODO
sampaiodiego 63fc15a
remove file again
sampaiodiego 7df9768
revert old behavior
sampaiodiego 9e70f13
Merge branch 'develop' into bugfix/CTZ-17
kodiakhq[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@rocket.chat/meteor': patch | ||
| --- | ||
|
|
||
| Fixes contact custom fields not being updated when updating a visitor's custom field |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.