support deeper nesting of brackets in url find query
This commit is contained in:
parent
96bd8bb43f
commit
e4834bf8a4
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