-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
change_client_setting(self, clientname, key, new_value):
When changing settings, the function above is adding incorrect values into the settings of the client/group
eg
'exclude_files': {
'use': 1,
'value_group': ''
},
It should just update the value, and not add the complete json
See the screenshot of the settings on the front end.
Metadata
Metadata
Assignees
Labels
No labels

