Currently, we only have one general permission to bypass validation.
We should introduce a new additional permission for terms and update the validation.
if ($user->hasPermission('unique_field_perm_bypass') || $user->hasPermission('unique_field_perm_term_bypass')) {}
Issue fork unique_field-3570255
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
shubham_pareek_19 commentedComment #5
id.conky commentedComment #6
id.conky commentedChanges reviewed and tested - working as expected.
Updated branch from upstream and it's ready for merge.
Comment #7
astonvictor commented