- Issue created by @stefan.korn
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 2:20pm 24 July 2023
method getTitle() is used for the title column in the table drag rows. Not every entity might have implemented getTitle() method, this may lead to WSOD for these entities
use an entity that does not implement getTitle()
use label() method instead, which is required for every entity implementing EntityInterface: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...
provide patch
na
na
na
Needs review
1.0
Code