Hi,
I am developing a plugin for Gerrit version 3.13.1 which uses some settings which can be inherited. I have noticed that the boolean settings are not handled correctly.
My use-case:
1. My boolean configuration's default value is true.
2. I change this in the parent project's configuration to false.
Issues:
1. The projects' config page still displays the true value (slider in set position) but my plugin sees the false value. I have checked and the project.config file of the parent project contains the override, but there is nothing in the project's own project.config.
2. The project cannot override the parent's setting back to true.
I haven't checked all other possibilities but this seems to be an bug.
Kind regards,
Szabi