Hid inactive notes
This commit is contained in:
@@ -162,6 +162,7 @@ export default {
|
||||
'ancestors.id': this.creatureId,
|
||||
type: 'note',
|
||||
removed: {$ne: true},
|
||||
inactive: {$ne: true},
|
||||
}, {
|
||||
sort: {order: 1},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user