- Issue created by @mxh
- last update
over 1 year ago 296 pass - @mxh opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 7:20am 6 August 2023 - last update
over 1 year ago 296 pass - Status changed to RTBC
over 1 year ago 8:38am 6 August 2023 -
jurgenhaas →
committed 8cafb403 on 1.1.x authored by
mxh →
Issue #3379510 by mxh: eca_form: Action "Form field: set default value"...
-
jurgenhaas →
committed 8cafb403 on 1.1.x authored by
mxh →
- Status changed to Fixed
over 1 year ago 9:03am 6 August 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
5 months ago 9:24am 17 June 2024 - 🇬🇧United Kingdom sbrugoux
Hi @jurgenhaas I spotted an issue in the port to 1.1x
In modules/form/src/Plugin/Action/FormFieldDefaultValue.php there is a typo line 87:
$value = $this->tokenService->getOrReplace($value);
Should be
$value = $this->tokenServices->getOrReplace($value);
Thanks for the great work by the way.
- 🇩🇪Germany jurgenhaas Gottmadingen
Thanks a lot @sbrugoux for spotting that back port issue. I've just fixed this and another patch release should become available later this week.