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

[BUGFIX] Add missing spread operator in query logicalOr method call #9

Conversation

richardkrikler
Copy link
Contributor

@richardkrikler richardkrikler commented Aug 4, 2024

While upgrading the extension to version 12 a missing spread operator has probably been missed to add to the method logicalOr of the query, filtering for categories - filterBySettingsCategories.
(The later method in the QuestionRepository class already has the spread operator added in the method call of logicalOr - filterByFilterSearchterm.)

Changelog for Typo3 v12: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.0/Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.html

@richardkrikler richardkrikler reopened this Aug 7, 2024
@sbusemann sbusemann merged commit ea259a5 into in2code-de:master Aug 11, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants