Skip to content
Snippets Groups Projects
Commit e1507398 authored by git's avatar git Committed by Thalles Ferreira
Browse files

Issue #3207751 by larisse: URL validation of link field doesn't work

parent 88e9ee2a
No related branches found
No related tags found
No related merge requests found
......@@ -461,6 +461,7 @@ class ConditionalFieldsFormHelper {
if (!empty($field_errors)) {
$form_state_addition['errors'] = $field_errors;
return;
}
$fiel_state_values_count = count($form_state->getValue('conditional_fields_untriggered_dependents'));
......
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