diff --git a/oml/item/api.py b/oml/item/api.py index d0c04a5..4e94270 100644 --- a/oml/item/api.py +++ b/oml/item/api.py @@ -167,7 +167,7 @@ actions.register(edit, cache=False) def remove(data): ''' takes { - id + ids } ''' if 'ids' in data and data['ids']: