Actions
Bug #17947
closedTCE: error message if no label has been set in TCA
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2007-12-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
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
Actions