Skip to content

Conversation

@mathildemouw
Copy link
Contributor

I see that someone has already sort of fixed this in the last pull request, but I figured I would make a pull request in case you were interested in the solution I came up with.

We ran into a problem when we updated outbound where our emails stopped sending because we had been giving #track two arguments. The new #track with four arguments set our second argument equal to timestamp (#track's fourth arg,but the second argument with no defualt value). We figured out this breakage could be solved by giving #track's timestamp argument a default value.

@mathildemouw mathildemouw changed the title Alternative solution to timestamp default issue Solution to timestamp default issue Aug 28, 2015
@MrTravisB
Copy link
Contributor

Hey @mathildemouw sorry we missed this. I did merge the other pull request but it had some other stuff as well. If you pull in all other changes I'll merge this as well. I like this approach.

@mathildemouw
Copy link
Contributor Author

@MrTravisB I believe this fork is all caught up with master now. The tests are still passing so my changes to the timestamp default behavior should be good to merge!

MrTravisB added a commit that referenced this pull request Oct 5, 2015
Solution to timestamp default issue
@MrTravisB MrTravisB merged commit 2054ccf into zendesk:master Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants