Skip to content
Commit 8577309c authored by Nate Graham's avatar Nate Graham Committed by Aleix Pol Gonzalez
Browse files

Reviews: Don't check for name field being empty when it's not visible

Now, under certain circumstances, the name field will not be shown. But
the logic for ensuring all review data has been filled out was not
taking that into account, so it become impossible to submit a review
when the field was invisible because technically it was empty, so it
triggered the "Insert a name" condition.

This commit fixes that by disabling the name check when the name field
is invisible.

BUG: 460504
FIXED-IN: 5.26.1
parent 069f4de4
Pipeline #249748 passed with stage
in 1 minute and 30 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment