Skip to content
Snippets Groups Projects
Commit e59f0006 authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

Issue #3009057 by Xiaohua Guan, baldwinlouie: Update the property name of the...

Issue #3009057 by Xiaohua Guan, baldwinlouie: Update the property name of the SecurityGroup entity after creating a security group
parent 34d48cd3
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ class SecurityGroupCreateForm extends AwsCloudContentForm {
if (isset($result['GroupId'])
&& ($entity->setGroupId($result['GroupId']))
&& ($entity->set('name', $entity->group_name()))
&& ($entity->save())) {
$message = $this->t('The @label "@group_name" has been created.', [
......
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