Explorar el Código

patched contrib graphql fixed Invalid translation language

bach hace 3 años
padre
commit
72ea56e313
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -176,6 +176,9 @@
             "drupal/flag_lists": {
               "make the related_flag id unique https://www.drupal.org/project/flag_lists/issues/3200737": "https://www.drupal.org/files/issues/2021-02-27/hasactions%2Buniqflagid.patch",
               "check for flag before delete https://www.drupal.org/project/flag_lists/issues/3200997":"https://www.drupal.org/files/issues/2021-03-01/delete-missing-flag_0.patch"
+            },
+            "drupal/graphql": {
+              "Invalid translation language https://github.com/drupal-graphql/graphql/issues/1175": "./patches/graphql-fix-invalid-translation-language.patch"
             }
         },
         "drupal-scaffold": {