Skip to content

bug: Report Issue form bypasses validation for required fields #608

@timothyfroehlich

Description

@timothyfroehlich

Description
The "Report an Issue" form allows submission even if the required "Machine" and "Severity" fields are left empty, as long as the "Issue Title" field is populated. This results in incomplete data being submitted and the user being redirected to the success page incorrectly.

Steps to Reproduce

  1. Navigate to /report.
  2. Enter a value in "Issue Title" (e.g., "Test Title").
  3. Leave "Machine" and "Severity" unselected.
  4. Click "Submit Issue Report".

Expected Behavior
The form should block submission and display validation errors for the missing "Machine" and "Severity" fields.

Actual Behavior
The form submits successfully, and the user is redirected to /report/success.

Screenshots
(See attached screenshot in artifacts: title_only_submit_1765162117461.png)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions