support deeper nesting of brackets in url find query
This commit is contained in:
parent
e7a0195b9d
commit
a373d423eb
7 changed files with 56 additions and 25 deletions
|
|
@ -459,7 +459,7 @@ def setUI(request):
|
|||
if key not in p:
|
||||
p[key] = {}
|
||||
p = p[key]
|
||||
if value == None:
|
||||
if value == None and keys[0] in p:
|
||||
del p[keys[0]]
|
||||
else:
|
||||
p[keys[0]] = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue