Webapp: Treat validations errors on service calls as validation errors on the webapp request that triggerd them (create action)
Created by: wasabideveloper
Estimated duration: ~2d
check for
- valid coordinates
- options
- not empty required fields
- ...
in case of constraint violation:
- send user back to form, with his entered data pre-filled (including data violating constraints)
- disable button and indicate constraint violation as in #19 (closed) (might implicitly be handled by implementation of #19 (closed), anyway)