Skip to content
Snippets Groups Projects

[#3454958] - Add gitlabci

Open danielveza requested to merge issue/grouped_checkboxes-3454958:3454958-add-gitlabci into 1.x
2 files
+ 29
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -83,7 +83,7 @@ class GroupedCheckboxes extends OptionsButtonsWidget {
'#parents' => array_merge($element['#parents'], [$key]),
'#default_value' => $checked,
'#attributes' => $element['#attributes'],
'#ajax' => isset($element['#ajax']) ? $element['#ajax'] : NULL,
'#ajax' => $element['#ajax'] ?? NULL,
// Errors should only be shown on the parent checkboxes element.
'#error_no_message' => TRUE,
'#weight' => $weight,
Loading