From 905c82f59f1a61b657f50db0b4a0862e36b3a9be Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 23 Sep 2022 11:01:45 +0200 Subject: [PATCH] patched user_history --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 10dd86a9..5d50a0fc 100644 --- a/composer.json +++ b/composer.json @@ -311,6 +311,9 @@ }, "drupal/graphql": { "invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch" + }, + "drupal/user_history": { + "init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch" } }, "drupal-scaffold": {