Fix an issue with solutions setting in module not updating in cache
Resolves MS-862 #Complete
This commit is contained in:
parent
3cb566c599
commit
4005e0239f
|
|
@ -70,8 +70,8 @@ export default {
|
||||||
const fragment = MODULE_FRAGMENT;
|
const fragment = MODULE_FRAGMENT;
|
||||||
const module = store.readFragment({ fragment, id });
|
const module = store.readFragment({ fragment, id });
|
||||||
const data = {
|
const data = {
|
||||||
solutionsEnabled,
|
|
||||||
...module,
|
...module,
|
||||||
|
solutionsEnabled,
|
||||||
};
|
};
|
||||||
store.writeFragment({ fragment, data, id });
|
store.writeFragment({ fragment, data, id });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue