- 🇷🇸Serbia holo96
Steps to reproduce:
1. Enable Account administration pages in `Interface text language detection` (/admin/config/regional/language/detection)
2. On your profile edit choose different language from default language.
3. Flush cache from some admin page
4. Go to Edit (View might also work) form of some entity using base theme (can be applied if user does not have permission for admin theme)
5. BanG!It is unstable to rely on translations. Patch attached
Patch does not do anything special. It just relies on machine name of content instead of translation "Content".
So it should just add stability to module. - Status changed to Needs review
almost 2 years ago 10:46am 9 March 2023 - 🇷🇸Serbia holo96
Also I don't think #6 is proper solution... So I've just created new one.
- Status changed to Needs work
over 1 year ago 5:19pm 5 July 2023 - 🇨🇦Canada jibran Toronto, Canada
RE #8: This issue sounds similar to 🐛 Content entity type ids are being gathered in a wrong way Closed: won't fix . Can you please check all the 'entity type label' are defined on your site?
PR: I think we only see the warning thrown when
DynamicEntityReferenceItem::defaultFieldSettings()
is called. Let's remove the other changes and check it again.