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