Skip to content

Fix submit button issue temporarily

Sandro Lutz requested to merge fix-form-validation-temporary into master

The valid flag of the Form instance does not work reliably since we have switched from Swagger 2.0 to OpenAPI 3.0. This means that the edit forms cannot be submitted anymore as the button is disabled at all times.

With this MR, we apply a temporary fix for the submit button of the EditView.

Merge request reports