ElixirTeSS / TeSS

Training e-Support Service using Ruby on Rails.
Other
12 stars 14 forks source link

Handle `language` being blank (not just nil) #1006

Closed fbacall closed 3 months ago

fbacall commented 3 months ago

Summary of changes

Motivation and context

When creating an event through the UI, if you don't select a language from the drop down, the parameter is passed as "", which causes validation to fail.

Checklist