Project

General

Profile

Actions

Feature #24005

closed

cObject CONTENT does not allow to fetch records that have no translation parent

Added by Benni Mack over 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
Start date:
2010-11-10
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

When you fetch records through the TypoScript object "CONTENT" (or, let's say through ".select" in general), you have an option called "languageField" in order to fetch only records that match the current language.

What "select" does here is that it fetches all records in the default language ("0,-1") and then overlays them with the records of the current language.

However, it's not possible to fetch the records that don't have a localization parent.

The patch introduces a new option called "includeRecordsWithoutDefaultTranslation" that also checks for records with the languageField matching the current language, where there is no translation parent (l10n_parent = '').

(issue imported from #M16332)


Files

nodefaulttranslation.patch (1.52 KB) nodefaulttranslation.patch Administrator Admin, 2010-11-10 16:26

Related issues 1 (0 open1 closed)

Precedes TYPO3 Core - Bug #57087: Property includeRecordsWithoutDefaultTranslation of the select function misses stdWrapClosed2014-03-19

Actions
Actions #1

Updated by Gerrit Code Review almost 12 years ago

  • Status changed from Accepted to Under Review

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

Actions #2

Updated by Gerrit Code Review almost 12 years ago

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

Actions #3

Updated by Markus Klein almost 11 years ago

  • Category deleted (Communication)
  • Target version changed from 0 to 6.2.0
Actions #4

Updated by Markus Klein almost 11 years ago

  • Category set to TypoScript
Actions #5

Updated by Gerrit Code Review almost 11 years ago

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

Actions #6

Updated by Gerrit Code Review almost 11 years ago

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

Actions #7

Updated by Gerrit Code Review over 10 years ago

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

Actions #8

Updated by Benni Mack over 10 years ago

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

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF