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
The commit 609d369 only partly resolved
the TOCTOU effects (which we are not fixing here either). The problem
being fixed now is that we duplicated the duplication check,
- once in the `validate_on_submit()`, then
- using the `add(check_for_duplicates=True)`.
The later check is wrong though, because it raises an exception that is
not handled properly (exist_ok=True ignored).
Complements: fdff0c8
Complements: 609d369Fixes: fedora-copr#3471
Follow up for #3372 and #3443. Now we get error 400 sometimes.
The text was updated successfully, but these errors were encountered: