Procházet zdrojové kódy

patched contrib graphql fixed Invalid translation language

bach před 3 roky
rodič
revize
72ea56e313
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  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": {