hackjunction / hackjunction/JunctionApp
BUG: Custom questions "machine-name" allows empty input
Open
bug
- Dominant language
- JavaScript
- Stars
- 78
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
## 🐛 Bug Report
### What went wrong? 🤔
The "machine-name" field in custom questions is a required field but it lets you pass empty to it. This breaks registrations and event view, and probably some others as well
### Expected Behavior & Solution
Frontend and backend should check if the "machine-name" is not null, and throw an error if the field is left empty.
Contributor guide
Assessment
This issue has not been assessed yet.