Skip to content
Snippets Groups Projects
Commit 342223e6 authored by Tomotaka Hosomi's avatar Tomotaka Hosomi Committed by Yas Naoi
Browse files

Issue #3347172 by hosomitm, yas: Fix the OpenStack Security Group create form...

Issue #3347172 by hosomitm, yas: Fix the OpenStack Security Group create form in SPA that cannot be saved due to a validation error
parent 4a0b8684
No related branches found
No related tags found
1 merge request!1645Issue #3347172: Fix the problem that the OpenStack Security Group create form in SPA cannot be saved due to a validation error
......@@ -888,6 +888,7 @@ class ApiController extends ControllerBase implements ApiControllerInterface {
case 'create_openstack_security_group':
/** @var \Drupal\aws_cloud\Entity\Ec2\SecurityGroupInterface $entity */
$entity->setName($request->get('group_name', ''));
$entity->setGroupName($request->get('group_name', ''));
$entity->setDescription($request->get('description', ''));
$method_name = 'createOpenStackSecurityGroup';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment