Remove enable_in_development
Key from Appeals Feature Flags
#12418
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
After updating the values of a handful of Appeals feature flags in the development environment and then seeing the values change the next day, we eventually learned that the presence of
enable_in_development: true
in the feature flag config for these flags was overwriting the changes we had made to them in development.Since we would like our changes to feature flags in dev to "stick," this PR removes
enable_in_development: true
from all Appeals (decision_reviews
) feature flags.Testing done
Was not able to test this change, but we expect the changes to these feature flags in the development environment to "stick" after this change is merged.
Screenshots
None
What areas of the site does it impact?
This PR impacts the
decision_reviews
feature flags in the development environment.Acceptance criteria
Requested Feedback
No specific feedback requested.