Fixed parent.id => parentId

This commit is contained in:
Thaum Rystra
2024-03-26 09:58:01 +02:00
parent 0eb763dc0e
commit 352e89ee9a
13 changed files with 15 additions and 15 deletions

View File

@@ -100,7 +100,7 @@ export default {
// Get the properties that need to be shown as a health bar
return CreatureProperties.find({
'ancestors.id': this.model._id,
'parent.id': {
'parentId': {
$nin: folderIds,
},
type: 'attribute',

View File

@@ -297,7 +297,7 @@ export default {
// Get the properties that need to be shown as an icon
const filter = {
'ancestors.id': this.creatureId,
'parent.id': {
'parentId': {
$nin: folderIds,
},
$and: [