Add uniqueness validation for field slugs in form editor
Open
good first issue
- Dominant language
- Python
- Stars
- 29
- Forks
- 33
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
Apparently it is possible to cause a situation in which there are two fields on a form that have the same slug, which will result in a
```
Error: Duplicate key that is not a FileUpload: other_inclusivity
```
upon responding if both fields have answers.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.