MSS icon indicating copy to clipboard operation
MSS copied to clipboard

modify_config_file needs to have the configurations/editor logic

Open ReimarBauer opened this issue 8 months ago • 1 comments

To ensure consistency, we need to update modify_config_file to use MSUIDefaultConfig.fixed_dict_options and MSUIDefaultConfig.fixed_list_options, mirroring the logic used in the config editor UI.

We can solidify this logic for this module by adding tests.

ReimarBauer avatar May 13 '25 13:05 ReimarBauer

MSUIDefaultConfig.fixed_dict_options is already there https://github.com/Open-MSS/MSS/blob/stable/mslib/utils/config.py#L600

ReimarBauer avatar May 13 '25 18:05 ReimarBauer