Closed
Description
Almost certainly related to #346 and 043e6ef.
A changed StoredSettingsValue
boolean reverts to its default upon process restart. The value is correct in Redis but is not being read back in correctly.
Example: enablePreregistration
has a default of false
. Set it to true
and save via the UI, then restart the app. It will revert to false
.