diff --git a/web/themes/custom/materiotheme/assets/dist/main.js b/web/themes/custom/materiotheme/assets/dist/main.js index cbbdc76..17885e3 100644 --- a/web/themes/custom/materiotheme/assets/dist/main.js +++ b/web/themes/custom/materiotheme/assets/dist/main.js @@ -25,7 +25,7 @@ ${S()} `;s.Z.post("",{query:(0,c.S)(i)}).then((e=>{t("setProducts",e.data.data.products)})).catch((e=>{console.warn("Issue with loadProducts",e),Promise.reject(e)}))}}};r().use(o.ZP);const O=(0,a.M)(o.ZP.Store,{modules:{Common:d,User:g,Search:_,Blabla:w,Showrooms:k,Pages:T},mixins:{actions:{loadMaterialsGQL({dispatch:e},{ids:t,gqlfragment:n,callBack:i,callBackArgs:r}){const o=u()`{ materiaux(ids: [${t}]) { - ...MateriauFields + ...${n} } } ${n} diff --git a/web/themes/custom/materiotheme/assets/dist/main.js.gz b/web/themes/custom/materiotheme/assets/dist/main.js.gz index aa26e2b..cf78135 100644 Binary files a/web/themes/custom/materiotheme/assets/dist/main.js.gz and b/web/themes/custom/materiotheme/assets/dist/main.js.gz differ diff --git a/web/themes/custom/materiotheme/vuejs/store/index.js b/web/themes/custom/materiotheme/vuejs/store/index.js index 4590dff..0803e85 100644 --- a/web/themes/custom/materiotheme/vuejs/store/index.js +++ b/web/themes/custom/materiotheme/vuejs/store/index.js @@ -39,7 +39,7 @@ export default createStore(Vuex.Store, { const ast = gql`{ materiaux(ids: [${ids}]) { - ...MateriauFields + ...${gqlfragment} } } ${gqlfragment}