From 364901998cf752aed0a62e1e92cb72a1ec8aa468 Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 25 Jul 2022 12:07:48 +0200 Subject: [PATCH] Add updateListAllContributions on create, update & delete Contribution now we see the result in AllContributions. --- frontend/src/pages/Community.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index c19f5ee0e..64aca6156 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -126,6 +126,10 @@ export default { currentPage: this.currentPage, pageSize: this.pageSize, }) + this.updateListAllContributions({ + currentPage: this.currentPage, + pageSize: this.pageSize, + }) this.verifyLogin() }) .catch((err) => { @@ -150,6 +154,10 @@ export default { currentPage: this.currentPage, pageSize: this.pageSize, }) + this.updateListAllContributions({ + currentPage: this.currentPage, + pageSize: this.pageSize, + }) this.verifyLogin() }) .catch((err) => { @@ -171,6 +179,10 @@ export default { currentPage: this.currentPage, pageSize: this.pageSize, }) + this.updateListAllContributions({ + currentPage: this.currentPage, + pageSize: this.pageSize, + }) this.verifyLogin() }) .catch((err) => {