shwstppr commented on a change in pull request #5360:
URL: https://github.com/apache/cloudstack/pull/5360#discussion_r694564300
##########
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:
@davidjumani is it possible to check if previous page even exist? Like I
can login with a VM details page redirect and then delete that VM. In that case
will this take me back to VM list?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]