You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/07/15 07:23:24 UTC

[GitHub] [cloudstack] utchoang commented on a change in pull request #4782: UI: Refactor async job polling codebase-wide

utchoang commented on a change in pull request #4782:
URL: https://github.com/apache/cloudstack/pull/4782#discussion_r670202511



##########
File path: ui/src/views/network/IngressEgressRuleConfigure.vue
##########
@@ -293,12 +293,10 @@ export default {
             : response.authorizesecuritygroupegressresponse.jobid,
           successMessage: this.$t('message.success.add.rule'),
           successMethod: () => {
-            this.parentFetchData()

Review comment:
       @davidjumani Not necessary because to avoid repeated `fetchData()` event I just allow utils/plugins.js which will send event to autogenView to execute it after job finish




-- 
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-unsubscribe@cloudstack.apache.org

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