Project

General

Profile

Actions

Bug #96626

open

In TCA group fields the suggest wizard shows records in all languages

Added by Lina Wolf over 2 years ago. Updated over 1 year ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2022-01-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

on searching I find records in all languages without a hint which record is in which language.

by setting the searchcondition

'myfield' => array(
        'config' => [
            'type' => 'group',
            'allowed' => 'tx_xyz',
            'foreign_table' => 'tx_xyz',
            'MM' => 'tx_mymm',
            'suggestOptions' => [
                'default' => [
                    'searchCondition' => '(type = 0) AND sys_language_uid = 0'
                ],
            ]
        ],
    ),

I can limit it to the default language. However there seems to be no way to limit the records to the language of the language of the current record. That would have to be something akin to `sys_language_uid = ###REC_FIELD_sys_language_uid###` however this marker is not available in the suggest wizard.

Furthermore it would be important to display the language of records in the suggest wizard.

You currently cannot see which language a record is from if the title is the same:


Files

group_suggest.png (9.16 KB) group_suggest.png Lina Wolf, 2022-01-24 11:36
Actions #1

Updated by Lina Wolf over 2 years ago

  • Category set to FormEngine aka TCEforms
Actions #2

Updated by Lina Wolf over 2 years ago

  • Description updated (diff)
Actions #3

Updated by Lina Wolf over 2 years ago

Actions #4

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #5

Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #6

Updated by Gerrit Code Review over 2 years ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #7

Updated by Gerrit Code Review over 2 years ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #8

Updated by Gerrit Code Review over 1 year ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #9

Updated by Gerrit Code Review over 1 year ago

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #10

Updated by Gerrit Code Review over 1 year ago

Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #11

Updated by Gerrit Code Review over 1 year ago

Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions #12

Updated by Gerrit Code Review over 1 year ago

Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/73172

Actions

Also available in: Atom PDF