🐛 | ECA: Event - Condition - Action | eca_form: Action "Form field: set default value" does not support checkboxes
🇬🇧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.