feat: make participant's nationality optional
This commit is contained in:
@@ -429,12 +429,12 @@
|
|||||||
};
|
};
|
||||||
messages.push('Teilnehmer #'+participantId+': ungültige E-Mail-Adresse')
|
messages.push('Teilnehmer #'+participantId+': ungültige E-Mail-Adresse')
|
||||||
}
|
}
|
||||||
if (!participant.data.nationality) {
|
// if (!participant.data.nationality) {
|
||||||
this.invalidParticipantData[participantId] = {
|
// this.invalidParticipantData[participantId] = {
|
||||||
invalid: 'Nationalität',
|
// invalid: 'Nationalität',
|
||||||
};
|
// };
|
||||||
messages.push('Teilnehmer #'+participantId+': Nationalität fehlt')
|
// messages.push('Teilnehmer #'+participantId+': Nationalität fehlt')
|
||||||
}
|
// }
|
||||||
if (!this.hasSelectedRentals(participant)) {
|
if (!this.hasSelectedRentals(participant)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user