-
-
Notifications
You must be signed in to change notification settings - Fork 659
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 prevent display from turning off #17714
base: master
Are you sure you want to change the base?
Conversation
See test results for failed build of commit 8dc7a35975 |
@LeonarddeR, you write:
I guess that this limitation is not logged in a GitHub issue. |
@CyrilleB79 I'm not sure. While this is in fact a shortcoming in the current implementation of feature flags, until now there hasn't been a desire to have a feature flag in the general section, and neither we know whether that desire will ever come back. It feels a bit unnecessary to open an issue that describes a problem that only arises in a certain situation. |
OK let's wait and see if NV Access is happy to have a checkbox instead of a feature flag for this feature. Anyway, could you please write here the results of your investigation on the existing limitation with feature flags in General panel or general config section? |
As far as I understand it correctly, all sections that are not part of |
@LeonarddeR can you please open an issue for the fact that any section in |
I opened #17723 |
See test results for failed build of commit ead5c96a15 |
Link to issue number:
Fixes #17705
Fixup of #17651
Summary of the issue:
Pr #17651 introduced a feature flag in the general section of the config, but this is not supported yet.
Description of user facing changes
General settings panel can be reopened after saving.
Description of development approach
Rename the flag and make it a boolean.
Testing strategy:
Tested str from #17705
Known issues with pull request:
I had to rename the config setting because otherwise, configuration would get corrupted on Alpha.
Code Review Checklist:
@coderabbitai summary