subscription
This commit is contained in:
parent
9f5e58b0c9
commit
786a2d59bd
7 changed files with 129 additions and 83 deletions
|
|
@ -408,7 +408,12 @@ def setUI(request):
|
|||
param data {
|
||||
key.subkey: value
|
||||
}
|
||||
return
|
||||
you can set nested keys
|
||||
api.setUI({"lists.my.listView": "icons"})
|
||||
|
||||
return {
|
||||
'status': {'code': int, 'text': string}
|
||||
}
|
||||
'''
|
||||
data = json.loads(request.POST['data'])
|
||||
keys = data.keys()[0].split('.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue