- Lista iscritti: aggiunto le note e il flag "Da Contattare"

This commit is contained in:
Surya Paolo
2025-01-14 19:17:05 +01:00
parent 08a089881c
commit e2dbe08139
46 changed files with 113 additions and 36 deletions

View File

@@ -967,6 +967,8 @@ export default defineComponent({
filtercustom.push({ 'profile.teleg_id_old': { $gt: 1 } });
} else if (myitemsingle === shared_consts.FILTER_NOTE) {
filtercustom.push({ 'profile.note': { $exists: true, $ne: '' } });
} else if (myitemsingle === shared_consts.FILTER_DA_CONTATTARE) {
filtercustom.push({ 'profile.da_contattare': { $exists: true, $ne: false } });
} else if (myitemsingle === shared_consts.FILTER_SENZA_NOTE) {
filtercustom.push({
$or: [