#1525 If the form is not validating and the user is using js return that it's not ok
Merged by pingou. Opened by pingou.
bail_unvalidated  into  master

Download 1525.patch

This should help debugging issues with the update_issue endpoint as
at the moment it would return a 200 ok when things didn't work (for
example the form did not validate).
Now instead we will return a 200 notok (that the JS client knows how to
handle) and some information about what went wrong.

:thumbsup: :

makes sense :thumbsup: from me

Thanks :)

Pull-Request has been merged by pingou

Metadata