Details
-
Bug
-
Resolution: Fixed
-
None
-
Medium
-
For some configuration values the config editor in the settings was not working properly. This is fixed now.
-
Empty show more show less
Description
There are a few configurations of type list with predefined values in the defaults field.
Currently the following fields are affected:
- runtimeOptions.import.relaisCompareMode
- runtimeOptions.editor.notification.userListColumns
- runtimeOptions.authentication.ipbased.userRoles
It seems that the store providing the defaults is working for the combos used for string typed configs, but not for the TagFields used for list typed configs.
This must be fixed.