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

Issue #3071778 by Xiaohua Guan, yas: Fix an internal server error while...

Issue #3071778 by Xiaohua Guan, yas:  Fix an internal server error while saving an instance info w/ an empty instance name
parent 6542924e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class InstanceEditForm extends AwsCloudContentForm {
'#maxlength' => 255,
'#size' => 60,
'#default_value' => $entity->label(),
'#required' => FALSE,
'#required' => TRUE,
];
$form['instance']['instance_id'] = [
......
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