Skip to content
Snippets Groups Projects
Commit e3d484e9 authored by Thomas MUSA's avatar Thomas MUSA Committed by Pierre Dureau
Browse files

Issue #3444348 by Musa.thomas: Prevent unexpect ajax trigger on Compoennt Form

parent 2727a5c0
No related branches found
No related tags found
1 merge request!88prevent submit on ajax callback
......@@ -178,6 +178,7 @@ class ComponentForm extends ComponentFormBase {
'wrapper' => $wrapper_id,
'effect' => 'fade',
],
'#executes_submit_callback' => FALSE,
'#empty_value' => '',
'#empty_option' => t('- None -'),
'#required' => TRUE,
......
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