Hid inactive notes

This commit is contained in:
Stefan Zermatten
2021-02-11 13:14:31 +02:00
parent 81cdf282ea
commit 20aaab4dea

View File

@@ -162,6 +162,7 @@ export default {
'ancestors.id': this.creatureId,
type: 'note',
removed: {$ne: true},
inactive: {$ne: true},
}, {
sort: {order: 1},
});