Переглянути джерело

added lang param to graphql thematique load

bach 4 роки тому
батько
коміт
5383719450

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Pages/Thematique.vue

@@ -106,7 +106,7 @@ export default {
       this.loading = true
 
       let ast = gql`{
-        route(path: "${this.path}") {
+        route(path: "${this.path}", lang: "${drupalDecoupled.lang_code}") {
           ...ThematiqueFields
         }
       }

Деякі файли не було показано, через те що забагато файлів було змінено