Began migration of queries to nested sets
This commit is contained in:
@@ -11,8 +11,8 @@ export default function getDefaultSlotFiller(slot) {
|
||||
type: slotType,
|
||||
libraryTags: slot.slotTags || [],
|
||||
name: 'Custom ' + slot.name || 'slot filler',
|
||||
parent: { collection: 'creatureProperties', id: slot._id },
|
||||
ancestors: [...slot.ancestors, { collection: 'creatureProperties', id: slot._id }],
|
||||
parentId: slot._id,
|
||||
root: { ...slot.root },
|
||||
};
|
||||
return filler;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user