feat(custom-fields): add required flag UI and API validation (#597) #612
Reference in New Issue
Block a user
Delete Branch "feature/597-required-custom-fields"
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?
Summary
Adds the missing UI and API validation for the
requiredflag on custom field definitions.Changes
Notes
The
Requiredboolean already exists in the DB (migration v343), API responses, and web form validation. This PR adds the missing pieces: the org settings UI to set it, and API-side validation.Closes #597