settings rewrite to JS

This commit is contained in:
Jokob-sk
2023-07-28 08:00:31 +10:00
parent c351d2e8d4
commit 779ce0e568
3 changed files with 64 additions and 7 deletions

View File

@@ -281,7 +281,7 @@ def plugin_param_from_glob_set(globalSetting):
setTyp = globalSetting[3] # setting type
noConversion = ['text', 'integer', 'boolean', 'password', 'readonly', 'integer.select', 'text.select', 'integer.checkbox' ]
noConversion = ['text', 'string', 'integer', 'boolean', 'password', 'readonly', 'integer.select', 'text.select', 'integer.checkbox' ]
arrayConversion = ['text.multiselect', 'list']
if setTyp in noConversion: