Closes #8198: Custom field uniqueness (#16661)

* Closes #8198: Implement ability to enforce custom field uniqueness

* Add missing form fields & table columns for validation attributes

* Remove obsolete code
This commit is contained in:
Jeremy Stretch
2024-06-25 08:37:10 -04:00
committed by GitHub
parent 08ac5cd52c
commit 2b4577e365
16 changed files with 142 additions and 17 deletions

View File

@@ -107,3 +107,7 @@ For numeric custom fields only. The maximum valid value (optional).
### Validation Regex
For string-based custom fields only. A regular expression used to validate the field's value (optional).
### Uniqueness Validation
If enabled, each object must have a unique value set for this custom field (per object type).