- π§πͺBelgium Jonasanne
I'm having the same issue in Drupal 11.
When I add the formatter this works perfectly when logged in.
not logged in this is completely broken.
Some/all of the options for the "Label" formatter are not being properly applied. For example, when the "Replace the title" option is selected and the "Link label to the referenced entity" option is not selected, no replacement is done. There is a bug(s) in EntityReferenceOverrideLabelFormatter::viewElements().
There are probably similar bugs in the other formatter options.
Add an Entity Reference Override field to an entity (use default configuration values), set its "Label" formatter to use the "Replace the title" option and do not select the "Link label to the referenced entity" option in the formatter configuration. Create and save an entity with the Entity Reference Override field. For example:
Upon saving, note that the label is not override with the proper value.
Needs work
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm having the same issue in Drupal 11.
When I add the formatter this works perfectly when logged in.
not logged in this is completely broken.