DaanHoogland commented on code in PR #7846:
URL: https://github.com/apache/cloudstack/pull/7846#discussion_r1291241003
##########
ui/src/views/AutogenView.vue:
##########
@@ -621,6 +622,9 @@ export default {
next()
},
beforeRouteLeave (to, from, next) {
+ console.log('DEBUG - Due to route change, cancelling any on-going API
request', this.apiName)
Review Comment:
```suggestion
console.log('DEBUG - Due to route change, ignoring results for any
on-going API request', this.apiName)
```
--
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]