Loading modules/cloud_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupCopyForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ class SecurityGroupCopyForm extends SecurityGroupEditForm { $this->entity = $entity; $this->trimTextfields($form, $form_state); // Load to the VPC to determine whether to permissions_to_revoke Cidr and/or Ip6Cidr. // Load to the VPC to determine whether to permissions_to_revoke Cidr and/or // Ip6Cidr. $vpc = $this->getVpc($form_state->getValue('vpc_id'), $entity->getCloudContext()); if (empty($vpc)) { // Cannot load VPC, set an error message and return. Loading Loading
modules/cloud_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupCopyForm.php +2 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,8 @@ class SecurityGroupCopyForm extends SecurityGroupEditForm { $this->entity = $entity; $this->trimTextfields($form, $form_state); // Load to the VPC to determine whether to permissions_to_revoke Cidr and/or Ip6Cidr. // Load to the VPC to determine whether to permissions_to_revoke Cidr and/or // Ip6Cidr. $vpc = $this->getVpc($form_state->getValue('vpc_id'), $entity->getCloudContext()); if (empty($vpc)) { // Cannot load VPC, set an error message and return. Loading