- Issue created by @asirjacques
Great module. However, found out that the value for a field is only unique per bundle.
I needed to have the field value unique accross all bundle when the field is reused.
The patch should fixed that.
1. Add a config 'unique_accross_bundle' in form settings for the field.
2. Update unique_content_field_validation_field_is_unique to reflect the logic change
Need Review
Needs review
1.1
Code