You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting project scope lists with a duplicate name, the form generates form validation errors for the duplicate and all subsequent scope lists
#529
Closed
mynoc96 opened this issue
Sep 27, 2024
· 1 comment
· Fixed by #530
This comes from how we check for duplicate names. Once we encounter a duplicate, we set a flag and add a validation error to the field. That causes a validation error to be added to each subsequent name field if there are any. It should still work as intended and not do this if we unset the flag after adding the error.
Describe the bug
When submitting project scope lists with a duplicate name, the form generates form validation errors for the duplicate and all subsequent scope lists
To Reproduce
Expected Behavior
Only B should display a form validation error.
Server Specs:
Additional context
I realize this is a nit-picky bug report, but figured I'd bring it up and you can triage as you see fit.
The text was updated successfully, but these errors were encountered: