- Issue created by @john.oltman
This error is triggered when using DraggableListBuilder and entity forms for any custom entity type without a label:
TypeError: Drupal\Component\Utility\Html::escape(): Argument #1 ($text) must be of type string, null given, called in /var/www/html/docroot/core/lib/Drupal/Component/Render/FormattableMarkup.php on line 238 in Drupal\Component\Utility\Html::escape() (line 431 of core/lib/Drupal/Component/Utility/Html.php).
This is a side effect of https://www.drupal.org/project/drupal/issues/3255637 β
Create a custom entity type without a label. Attempt to use DraggableListBuilder or save the entity using an entity form.
Consider reverting https://www.drupal.org/project/drupal/issues/3255637 β
Active
11.0 π₯
entity system