Feature flags may not reside in config.ConfigManager.BASE_ONLY_SECTIONS
#17723
Labels
audience/nvda-dev
PR or issue is relevant to NVDA / Add-on developers
feature/configuration
Making NVDA more configurable.
good first issue
github features these at https://github.com/nvaccess/nvda/contribute
p5
https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
triaged
Has been triaged, issue is waiting for implementation.
Steps to reproduce:
Add a Feature Flag to the general config section as in #17651
Actual behavior:
Feature flags in base only sections are not supported. Feature flags rely on support in
config.AggregatedSection
to validate the flag after setting it. This doesn't work in the base only sections, whereconfigobj.Section
is used.Expected behavior:
Feature flags in base only config sections work as expected.
The text was updated successfully, but these errors were encountered: