fixed graphql linked_materials entity_reference translation
This commit is contained in:
@@ -117,7 +117,7 @@ export default {
|
||||
console.log('loadMaterial', this.item.id)
|
||||
this.loading = true
|
||||
let ast = gql`{
|
||||
materiau(id: ${this.item.id}) {
|
||||
materiau(id: ${this.item.id}, lang: "${drupalDecoupled.lang_code}") {
|
||||
...MateriauFields
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user