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

Add API for JK Inside Config Validation #954

Closed
wants to merge 1 commit into from

Conversation

sraikund16
Copy link
Contributor

Summary: Right now we initialize all the configuration children when config is initialized. This is fine for the most part except for the fact that we set the selected activities only after the config is initialized. This makes our JustKnobs calls always get ignored. We can fix this by calling an API to check the Knobs after the parent is validated (we set activities before validation)

Differential Revision: D58759304

Summary: Right now we initialize all the configuration children when config is initialized. This is fine for the most part except for the fact that we set the selected activities only after the config is initialized. This makes our JustKnobs calls always get ignored. We can fix this by calling an API to check the Knobs after the parent is validated (we set activities before validation)

Differential Revision: D58759304
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D58759304

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 4e919b2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants