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 2020/08/12 07:58:30 UTC

[GitHub] [cloudstack] rhtyd commented on a change in pull request #4016: Fixed private gateway can't be deleted

rhtyd commented on a change in pull request #4016:
URL: https://github.com/apache/cloudstack/pull/4016#discussion_r469076021



##########
File path: ui/scripts/vpc.js
##########
@@ -2652,7 +2652,8 @@
                                                     url: createURL('listStaticRoutes'),
                                                     data: {
                                                         gatewayid: args.context.vpcGateways[0].id,
-                                                        listAll: true
+                                                        listAll: true,
+                                                        state: "Active"

Review comment:
       @Spaceman1984 can you send the related change to Primate as well cc @davidjumani 




----------------------------------------------------------------
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:
users@infra.apache.org