From c7ce594ee42d4717a6f8c12191c7c325142aaada Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 4 Mar 2021 11:32:39 +0100 Subject: [PATCH] patched unique_content_field_validation --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 43195d2a..bcc81edc 100644 --- a/composer.json +++ b/composer.json @@ -180,6 +180,9 @@ }, "drupal/graphql": { "Invalid translation language https://github.com/drupal-graphql/graphql/issues/1175": "./patches/graphql-fix-invalid-translation-language.patch" + }, + "drupal/unique_content_field_validation": { + "Do not validate against empty fields https://www.drupal.org/project/unique_content_field_validation/issues/3201576": "https://www.drupal.org/files/issues/2021-03-04/unique_validation-empty_field.patch" } }, "drupal-scaffold": {