rhtyd commented on a change in pull request #651: URL: https://github.com/apache/cloudstack-primate/pull/651#discussion_r485493632
########## File path: src/views/AutogenView.vue ########## @@ -831,6 +831,11 @@ export default { this.actionLoading = true for (const params of paramsList) { api(this.currentAction.api, params).then(json => { + setTimeout(() => { Review comment: Would this cause an issue if the form is closed for group actions? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org