We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358d499 commit b6d43a4Copy full SHA for b6d43a4
templates/vue-common/store/modules/crud.js
@@ -92,6 +92,8 @@ export default function makeCrudModule({
92
.findAll({ params })
93
.then(response => response.json())
94
.then(retrieved => {
95
+ commit(ACTIONS.TOGGLE_LOADING);
96
+
97
commit(
98
ACTIONS.SET_TOTAL_ITEMS,
99
retrieved['{{{hydraPrefix}}}totalItems']
0 commit comments