Only entity reference fields (file, media, etc.) have a target_type setting but the hook is firing on all field configs. Causing inability to create or edit other field types.

TypeError: Drupal\Component\Utility\Html::escape(): Argument #1 ($text) must be of type string, null given, called in docroot/core/lib/Drupal/Component/Render/FormattableMarkup.php on line 238 in Drupal\Component\Utility\Html::escape() (line 433 of /var/www/html/wwwroot/thesite/docroot/core/lib/Drupal/Component/Utility/Html.php).

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

lukey created an issue.

  • lukey committed 67709553 on 1.0.x
    #3582295: limit target_type to file/media fields to avoid field add/...