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

Fixes for metrics bugs GH-1001 and GH-1022 #47

Merged
merged 3 commits into from Apr 30, 2018
Merged

Conversation

@zarembsky
Copy link
Contributor

@zarembsky zarembsky commented Apr 26, 2018

  • Have you followed the guidelines in CONTRIBUTING.md?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you added an explanation of what your changes do?
  • Does your submission pass tests?
  • Did you lint your code prior to submission?
Serge Zarembsky added 2 commits Apr 26, 2018
Serge Zarembsky
Serge Zarembsky
@zarembsky zarembsky requested review from jsignanini and ghostery/ghostery as code owners Apr 26, 2018
@zarembsky zarembsky changed the title Feature/metric bugs Fixes for metrics bugs GH-1001 and GH-1022 Apr 26, 2018
@@ -110,10 +109,10 @@ export default (state = initialState, action) => {
default:
break;
}
sendMessage('setPanelData', { [action.data.featureName]: !action.data.isEnabled });

This comment has been minimized.

@jsignanini

jsignanini Apr 30, 2018
Member

@zarembsky please add the sendMessage('ping', ...) check and call as a promise returned from the previous sendMessage call to make sure it happens after the panel data has been set.

…set in the background.
@jsignanini jsignanini merged commit 6825a35 into develop Apr 30, 2018
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@jsignanini jsignanini deleted the feature/metricBugs branch Apr 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants