rhtyd commented on a change in pull request #5360:
URL: https://github.com/apache/cloudstack/pull/5360#discussion_r694562199
##########
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) {
Review comment:
Could this cause regression that you go back to previous screen and the
action fails for some reason?
--
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]