davidjumani commented on a change in pull request #5360:
URL: https://github.com/apache/cloudstack/pull/5360#discussion_r695401846



##########
File path: ui/src/views/AutogenView.vue
##########
@@ -972,6 +972,9 @@ export default {
             break
           }
         }
+        if ((action.icon === 'delete' || ['archiveEvents', 'archiveAlerts', 
'unmanageVirtualMachine'].includes(action.api)) && this.dataView) {
+          this.$router.go(-1)

Review comment:
       Will redirect to the dashboard. Right now vue doesn't support getting 
the history list so instead we need to use hooks for every navigation (to 
ensure we go up instead of to the dashboard) which will slow down the UI




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to