Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.10.0
-
Fix Version/s: 5.11.0-b3
-
Component/s: Client Interface
-
Labels:None
Description
To reproduce:
1. Enable email verfication
2. Add a contact (may or may not happen with main contact)
3. Complete email verification
4. Note the banner still appears
Possible fix:
Based on what I saw, looks like logic is wrong in app/controllers/client_contacts.php on line 250
I think that should be not operator:
if ((!$email_verification = $this->EmailVerifications->getByContactId($contact->id))) {