You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/03/09 16:31:31 UTC

[cloudstack] branch 4.16 updated: UI: Reload page on closing Bulk Action modal (#6077)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.16 by this push:
     new 00c1bdb  UI: Reload page on closing Bulk Action modal (#6077)
00c1bdb is described below

commit 00c1bdb36522ecb366880211db0f9a824324a7e7
Author: Pearl Dsilva <pe...@gmail.com>
AuthorDate: Wed Mar 9 22:01:04 2022 +0530

    UI: Reload page on closing Bulk Action modal (#6077)
---
 ui/src/components/view/BulkActionProgress.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/components/view/BulkActionProgress.vue b/ui/src/components/view/BulkActionProgress.vue
index 73a6a34..4de5fc6 100644
--- a/ui/src/components/view/BulkActionProgress.vue
+++ b/ui/src/components/view/BulkActionProgress.vue
@@ -173,6 +173,7 @@ export default {
       this.filteredItems = []
       this.tableChanged = false
       this.$emit('handle-cancel')
+      this.parentFetchData()
     },
     returnAlgorithmName (name) {
       switch (name) {