- π·π΄Romania amateescu
We decided to support translating field labels in another way.
When I stop ignoring field.field.*
in wse_config
I start getting an infinite loop in listAllWseConfigs()
. listAllWseConfigs()
uses an Entity Query which can eventually end up in Query->loadRecords()
where it calls configFactory->listAll()
and we start looping.
Try to add a field.field.*
to a workspace.
Let's do like the original listAll()
and use the DB API instead of an Entity Query when we list all the configs.
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
We decided to support translating field labels in another way.