Skip to content
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

🐛 fix current action context reset on custom action #444

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

bcaudan
Copy link
Contributor

@bcaudan bcaudan commented Jul 9, 2020

Motivation

ACTION_COMPLETED is triggered by both auto and custom user actions.
Action context can then be reset by custom user action happening during an auto user action

Changes

Split custom and auto life cycles which are pretty different.
Remove previous checks on action type on ACTION_COMPLETED subscription
View event counts track both completion events to update the user action count

Testing

automated tests


I have gone over the contributing documentation.

@bcaudan bcaudan requested a review from a team as a code owner July 9, 2020 16:28
@bcaudan bcaudan merged commit b0c4ca2 into master Jul 10, 2020
@bcaudan bcaudan deleted the bcaudan/fix-action-context branch July 10, 2020 07:46
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