docs
This commit is contained in:
parent
29200fc58b
commit
93708b7625
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ actions.register(edit, cache=False)
|
||||||
def remove(data):
|
def remove(data):
|
||||||
'''
|
'''
|
||||||
takes {
|
takes {
|
||||||
id
|
ids
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
if 'ids' in data and data['ids']:
|
if 'ids' in data and data['ids']:
|
||||||
|
|
Loading…
Reference in a new issue