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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4c3dbd5  fix navigation back error (#6093)
4c3dbd5 is described below

commit 4c3dbd541c94bea77fdf61be28d72353dfdd25da
Author: Hoang Nguyen <[email protected]>
AuthorDate: Fri Mar 11 22:41:25 2022 +0700

    fix navigation back error (#6093)
---
 ui/src/views/iam/DomainView.vue | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/ui/src/views/iam/DomainView.vue b/ui/src/views/iam/DomainView.vue
index ef775e9..2b15d8b 100644
--- a/ui/src/views/iam/DomainView.vue
+++ b/ui/src/views/iam/DomainView.vue
@@ -139,18 +139,6 @@ export default {
       }
     })
   },
-  watch: {
-    '$route' (to, from) {
-      if (to.fullPath !== from.fullPath && !to.fullPath.includes('action/')) {
-        this.fetchData()
-      }
-    },
-    '$i18n.global.locale' (to, from) {
-      if (to !== from) {
-        this.fetchData()
-      }
-    }
-  },
   provide () {
     return {
       parentCloseAction: this.closeAction,

Reply via email to