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 #1

Updated by Andreas Wolf over 12 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).

Actions #2

Updated by Mr. Jenkins over 12 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

Actions #3

Updated by Gerrit Code Review about 12 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992

Actions #4

Updated by Gerrit Code Review about 12 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992

Actions #5

Updated by Gerrit Code Review about 12 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992

Actions #6

Updated by Gerrit Code Review about 12 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992

Actions #7

Updated by Gerrit Code Review about 12 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/6992

Actions #8

Updated by Gerrit Code Review about 12 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

Actions #9

Updated by Gerrit Code Review about 12 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

Actions #10

Updated by Gerrit Code Review about 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/9107

Actions #11

Updated by Mario Rimann about 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Gerrit Code Review about 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

Actions #13

Updated by Gerrit Code Review about 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

Actions #14

Updated by Wouter Wolters over 11 years ago

All branches are merged. Please close.

Actions #15

Updated by Stefan Galinski over 11 years ago

  • Status changed from Under Review to Closed
Actions

Also available in: Atom PDF