From 2b8f7e4927b0bdc53a0770efe81d9ea51c2d8adc Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Tue, 26 Jul 2022 11:33:47 +0200 Subject: [PATCH] Fixed fillers with type not showing in slot fill --- app/imports/server/publications/library.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/imports/server/publications/library.js b/app/imports/server/publications/library.js index 9c7c59fd..67dcf74a 100644 --- a/app/imports/server/publications/library.js +++ b/app/imports/server/publications/library.js @@ -20,6 +20,7 @@ const LIBRARY_NODE_TREE_FIELDS = { removedAt: 1, // SlotFillers slotQuantityFilled: 1, + slotFillerType: 1, // Effect operation: 1, targetTags: 1,