fix: collection dump
This commit is contained in:
@ -51,10 +51,10 @@ class BlCollection(BlDatablock):
|
|||||||
|
|
||||||
# dump children collections
|
# dump children collections
|
||||||
collection_children = []
|
collection_children = []
|
||||||
for object in pointer.objects:
|
for child in pointer.children:
|
||||||
collection_children.append(object.uuid)
|
collection_children.append(child.uuid)
|
||||||
|
|
||||||
data['children'] = collection_objects
|
data['children'] = collection_children
|
||||||
|
|
||||||
# dumper = utils.dump_anything.Dumper()
|
# dumper = utils.dump_anything.Dumper()
|
||||||
# dumper.depth = 2
|
# dumper.depth = 2
|
||||||
|
Submodule multi_user/libs/replication updated: 1fb67db7ea...63abb5584f
Reference in New Issue
Block a user