Commit 3b3404ea authored by Ryo Yamashita's avatar Ryo Yamashita Committed by Yas Naoi
Browse files

Issue #3306116 by Ryo Yamashita, yas: Hotfix - Add the function to edit AWS...

Issue #3306116 by Ryo Yamashita, yas: Hotfix - Add the function to edit AWS Cloud Network Interface in the SPA
parent 47f79857
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -943,6 +943,7 @@ class ApiController extends ControllerBase implements ApiControllerInterface {
        case 'edit_aws_cloud_key_pair':
          $method_name = 'editKeyPair';
          break;

        case 'edit_aws_cloud_network_interface':
          /** @var \Drupal\aws_cloud\Entity\Ec2\NetworkInterfaceInterface $entity */
          $entity->setName($request->get('name', ''));