Bug #85228
closedInvalid count query in SuggestWizardDefaultReceiver
100%
Description
This is a regression from #78129:
The count query in the queryTable()
method in the SuggestWizardDefaultReceiver
does not respect the constraints set in the constructor and it is invalid because the table name is missing.
As far as I can see the count query is not needed and can be removed.
Files
Updated by Alexander Stehlik over 6 years ago
- Related to Bug #78129: Statement::rowCount not reliable for SELECT queries added
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57192
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57192
Updated by Oliver Hader over 6 years ago
- Is Regression set to Yes
Confirmed exception
An exception occurred while executing 'SELECT COUNT(`uid`)': Unknown column 'uid' in 'field list'
Updated by Oliver Hader over 6 years ago
- File screenshot.png screenshot.png added
- use TYPO3 v9 (master)
- edit some element making use of the suggest wizard in form engine, e.g. pages, "appearance" tab, field "replace content"
- type in some name that shall be auto completed, e.g. "media"
- see the HTTP 500 error in the browser's console pointing out the SQL error
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57192
Updated by Alexander Stehlik over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4c0f3aa0e80a905cbf32000496c3876b413c3479.
Updated by Christoph Lehmann over 1 year ago
- Related to Bug #101246: Invalid count query in SuggestWizardDefaultReceiver added