Skip to content
Snippets Groups Projects
Commit 261529c8 authored by Antoine Millet's avatar Antoine Millet
Browse files

Pure listing now update tags to show before to return.

parent 24745b70
No related branches found
No related tags found
No related merge requests found
......@@ -283,12 +283,12 @@ class CCServer(object):
if ast is not None:
objects, _ = ast.eval(objects, objects)
if pure:
return objects
ids = [x['id'] for x in objects]
objects = self.objects.some(ids, to_show)
if pure:
return objects
objects_dicts = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment