You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that the bug exists in the dev-development branch
Yes
I have checked that there are no already open issues or recently closed issues about this bug
yes
Describe the bug
When translating the content elements within a flux grid, the error ‘TypeError: Cannot access offset of type string on string’ occurs. The translation process then hangs.
To Reproduce
Steps to reproduce the behavior:
Translate a flux grid with elements
Expected behavior
The cause is DoctrineQueryProxy::executeQueryOnQueryBuilder instead of executeStatementOnQueryBuilder in
I have checked that the bug exists in the
dev-development
branchYes
I have checked that there are no already open issues or recently closed issues about this bug
yes
Describe the bug
When translating the content elements within a flux grid, the error ‘TypeError: Cannot access offset of type string on string’ occurs. The translation process then hangs.
To Reproduce
Steps to reproduce the behavior:
Translate a flux grid with elements
Expected behavior
The cause is DoctrineQueryProxy::executeQueryOnQueryBuilder instead of executeStatementOnQueryBuilder in
flux/Classes/Integration/HookSubscribers/DataHandlerSubscriber.php
Line 166 in a167840
The text was updated successfully, but these errors were encountered: