- Issue created by @rondog469
- π³π±Netherlands johnv
Thanks,
the following slightly changed fix will be committed.public static function valueCallback(&$element, $input, FormStateInterface $form_state) { - if ($input !== FALSE) { + if ($input ?? FALSE) { // Massage, normalize value after pressing Form button. // $element is also updated via reference. $input += ['day_delta' => $element['#day_delta']];
- Status changed to Needs review
over 1 year ago 9:41am 26 September 2023 - last update
over 1 year ago 9 pass -
johnv β
committed a69ba867 on 8.x-1.x authored by
rondog469 β
Issue #3389663 by rondog469: TypeError: Unsupported operand types: null...
-
johnv β
committed a69ba867 on 8.x-1.x authored by
rondog469 β
- Status changed to Fixed
over 1 year ago 7:27am 28 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.