Dont match Email Nami Field
This commit is contained in:
parent
9c93b13032
commit
99a28f44dd
|
@ -0,0 +1,5 @@
|
|||
# Letzte Änderungen
|
||||
|
||||
### 1.10.3
|
||||
|
||||
- Anmeldeformulare: Ist NaMi-Feld "E-Mail" ausgewählt bei Formular-Feldern, muss die E-Mail-Adresse nun nicht mehr auf das Mitglied matchen. Dies ist nur noch bei Formular-Feldern mit NaMi-Feldern "Vorname", "Nachname" und "Geburtsdatum" der Fall.
|
|
@ -64,7 +64,6 @@ enum NamiType: string
|
|||
static::FIRSTNAME => $query->where('firstname', $value),
|
||||
static::LASTNAME => $query->where('lastname', $value),
|
||||
static::BIRTHDAY => $query->where('birthday', $value),
|
||||
static::EMAIL => $query->where('email', $value),
|
||||
default => $query,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue