Bug #17947
closedTCE: error message if no label has been set in TCA
100%
Description
A wrong SQL is generated, if you did not set the ctrl label field for a table.
SELECT tx_mytable.uid,tx_mytable.
FROM tx_mytable,pages
WHERE
pages.uid=tx_mytable.pid
AND pages.deleted=0 AND 1=1
This happens when you open a record of this table in the list module.
(issue imported from #M7039)
Files
Updated by Andreas Wolf about 13 years ago
- Category set to Backend API
- Status changed from New to Accepted
- Target version deleted (
0) - Complexity set to easy
This is still relevant for latest master (4.6-dev).
Updated by Mr. Jenkins almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 1 of change I90211a6bbcbd00a8f0fda25c68c99a1aba3f8a1a has been pushed to the review server.
It is available at http://review.typo3.org/6992
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992
Updated by Gerrit Code Review almost 13 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992
Updated by Gerrit Code Review almost 13 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9105
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9106
Updated by Gerrit Code Review almost 13 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9107
Updated by Mario Rimann almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ed8e160d50b225179975d460ae081285adca3041.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9227
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9234
Updated by Wouter Wolters about 12 years ago
All branches are merged. Please close.
Updated by Stefan Galinski about 12 years ago
- Status changed from Under Review to Closed