Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
3 merge requests!1316Issue #3310263: Release 4.5.0,!1260Issue #3307397: Release 4.4.0,!1242Issue #3306116: Add the function to edit AWS Cloud Network Interface in the SPA
......@@ -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', ''));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment