Fixed parent.id => parentId
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user