Skip to content

fixes #47716 where email confirmation fails after adding additional emails

What does this MR do?

Fixes a bug to call the correct class because currently resource call the wrong model class.

Are there points in the code the reviewer needs to double check?

Whether checking the class name would be a good way. All tests (including mine) seems to pass.

Why was this MR needed?

Without this fix, a user who adds a secondary email and clicks on the confirmation link will get an error. This is a high priority issue (P2)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

issue 47716

Edited by Muhammad Nuzaihan

Merge request reports