Validation of Group Name and Group Address is flawed #29
Labels
No labels
bug
design
duplicate
enhancement
help wanted
invalid
needs testing on live
nice2have
question
translation
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: potsda.mn/mobilizon#29
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem: When creating or updating a Group, we can bypass the required fields validations by manipulating the html attributes of said fields (remove the "required" attr)
Affected fields:
Expected:
Groups MUST NOT be created or updated when a required field is empty.
The required fields validation should be done on the server side and be consistent with the front-end validation.
linked to #27