Commit b1878070 authored by mxh's avatar mxh Committed by Jürgen Haas
Browse files

Issue #3300510 by mxh: eca_form: Action "Form: add options field" cannot...

Issue #3300510 by mxh: eca_form: Action "Form: add options field" cannot handle entities as default values
parent 076008e0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -121,6 +121,9 @@ trait FormFieldSetOptionsTrait {
   * @param string $input
   *  The unprocessed configuration input, which may hold a token or a fixed
   *  value, or any other sort of values.
   *
   * @return array
   *   The options array.
   */
  protected function buildOptionsArray(string $input): array {
    $token = $this->tokenServices;