settings rewrite to JS
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user