con2/kompassi

Add uniqueness validation for field slugs in form editor

Open

#651 opened on Apr 24, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (31 forks)auto 404
good first issue

Repository metrics

Stars
 (29 stars)
PR merge metrics
 (PR metrics pending)

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