Skip to content

Prevent form to be submitted twice

The form was being submitted multiple times because the handler was not stopping the default behavior.

This MR just makes sure the form is handled with AJAX only.

Fixes #27220 (closed)

Merge request reports