thrnciar / copr / copr

Forked from copr/copr 4 years ago
Clone

00f9473 frontend: fix apiv2 for validation errors

Authored and Committed by praiskup 4 years ago
    frontend: fix apiv2 for validation errors
    
    The marshmallow v3+ throws an exception, but still returns the
    validated data as a part of the exception.  Mimic this behavior as well
    for v2.
    
    Fixes: #1061
    Merges: #1062