-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Same value for different contacts
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
c85666b
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.
@kuzmany We are noticing same value for different contact when viewing email in browser. The actual emails are correct but the viewed emails are wrong. Any insight into why this would happen. What does the 300 change due on
EmailEvents::EMAIL_ON_SEND
c85666b
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.
@arashsoheili The
300
is the priority of the event. This changed the order when the actual generation of the email happens.I tried some stuff with
EmailEvents::EMAIL_ON_DISPLAY
however it is not actually called when requesting the web view but rather when previewing the email. So there must be an issue with how web views are saved to the database.I've created a new issue ( #17 ).