Problem/Motivation
Most of the D9 compatibility issues in this module were fixed in #3141363, but one issue wasn't caught. \Drupal\past_db\EventTypeListBuilder::buildRow is calling \Drupal\Core\Entity\EntityListBuilder::getLabel, which was removed in Drupal 9.
Proposed resolution
Use $entity->label() instead.
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | past-d9-compatibility-3232076-2.patch | 646 bytes | mbrc |
Comments
Comment #2
mbrc commentedComment #3
mbrc commentedComment #5
berdirThanks.