Project

General

Profile

Actions

Bug #17947

closed

TCE: error message if no label has been set in TCA

Added by Franz Holzinger over 16 years ago. Updated over 11 years ago.

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

notcalabel.diff (606 Bytes) notcalabel.diff Administrator Admin, 2007-12-22 13:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #34039: Unit test for t3lib_befunc::getCommonSelectFieldsClosedPhilipp Gampe2012-02-17

Actions
Actions

Also available in: Atom PDF