This commit is contained in:
j 2018-11-15 10:28:51 +00:00
commit 4512b010c6
7 changed files with 31 additions and 53 deletions

View file

@ -785,7 +785,7 @@ def setUI(request, data):
if isinstance(p, list):
p = p[getPositionById(p, key)]
else:
if key not in p or not isinstance(p[key], dict):
if key not in p:
p[key] = {}
p = p[key]
if value == None and keys[0] in p: