Skip to content
Snippets Groups Projects
Commit aab89559 authored by Aaron Bauman's avatar Aaron Bauman
Browse files

Merge branch '8.x-3.x' into 8.x-4.x

parents ff1415ff 86d9ca0f
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ abstract class SalesforceMappingFormCrudBase extends SalesforceMappingFormBase {
'#type' => 'select',
'#description' => $this->t('Select a Salesforce object to map.'),
'#default_value' => $salesforce_object_type,
'#options' => $object_type_options,
'#options' => $this->getSalesforceObjectTypeOptions(),
'#required' => TRUE,
'#empty_option' => $this->t('- Select -'),
];
......
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