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