Closed (fixed)
Project:
Entity Extra Field
Version:
2.1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2026 at 08:54 UTC
Updated:
26 Mar 2026 at 14:50 UTC
Jump to comment: Most recent
Comments
Comment #2
anybodyComment #4
anybodyPlease test and review. Can be reproduced in tugboat.
Comment #5
anybodyOkay the route is working again in Drupal 11.3.3! I think it should also work for Drupal 10 this way, as the property is then created dynamically?
Maybe we should just create a new 3.x branch soon, after merging the other issues and clean this up?
Comment #7
grevil commentedI did some minor adjustments.
Comment #8
grevil commentedThe parent class already provides a method "moduleHandler()" which initiates the module handler for us...
What do you think @anybody?
Merge this in 3.x or 2.1.x and live with the potential WSOD when people don't flush their caches?
Comment #9
anybodyAlso in Drupal 10?
I think 2.1.x would be fine then! Maybe just add an update hook then regarding the container rebuild?
Comment #10
grevil commentedD10 https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21... has the same method, so yes.
Comment #12
grevil commentedComment #13
grevil commented