Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVERT] Use TYPO3 DataHandler in the backend #1209

Closed
sebastian-meyer opened this issue May 23, 2024 · 1 comment
Closed

[REVERT] Use TYPO3 DataHandler in the backend #1209

sebastian-meyer opened this issue May 23, 2024 · 1 comment
Assignees
Labels
🐛 bug A non-security related bug.

Comments

@sebastian-meyer
Copy link
Member

Since introducing support for TYPO3 v11, all data processes were rewritten to use the Doctrine DBAL directly. While this is good for all (reading) frontend queries, it's quite problematic for the (writing) backend processes. Especially sorting and translating of records in the backend list module does not work correctly (see #1147, #1182, #1183).

Some workarounds have been introduced to fix the problem in the short-term (see #1169, #1184, #1186), but a proper fix would be to revert to using the TYPO3 DataHandler in the backend.

@sebastian-meyer
Copy link
Member Author

Fixed by #1212.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug A non-security related bug.
Projects
None yet
Development

No branches or pull requests

2 participants