Project

General

Profile

Actions

Bug #34925

closed

Search in record selection popup doesn't find records

Added by Niels Pardon about 12 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2012-03-16
Due date:
% Done:

0%

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

Description

  1. Add a field specified as type "group" in TCA
  2. create a new record or edit an existing one
  3. click on the small folder icon besides the group-field
  4. in the popup window select a page from the page tree with the records you want to select on
  5. use the search field under the record list to search for a record from the list
    --> the search result is empty

Files

forge__34925_feedback.png (64.2 KB) forge__34925_feedback.png Oliver Hader, 2012-03-18 11:07
BackendSearchBug.jpg (79.3 KB) BackendSearchBug.jpg Niels Pardon, 2012-03-18 12:47
Actions #1

Updated by Oliver Hader about 12 years ago

Can you please add a screenshot?
I've tried this with 4.5 and 4.6 on pages properties and the "general record storage" - however the search in the element browser worked for me, see

Actions #2

Updated by Oliver Hader about 12 years ago

  • Status changed from New to Needs Feedback
Actions #3

Updated by Niels Pardon about 12 years ago

I've discovered this in a TYPO3 installation of one of my customers using TYPO3 4.6.5. The customer is using seminars. I was able to reproduce the behavior on my own TYPO3 installation with 4.6.5 and seminars. I've added an organizer with my name and tried to search for it. The search result is empty. It is working with TYPO3 version 4.5.

The corresponding TCA in seminars looks like this where $selectType is set to "group":

        'organizers' => array(
            'exclude' => 0,
            'label' => 'LLL:EXT:seminars/locallang_db.xml:tx_seminars_seminars.organizers',
            'config' => array(
                'type' => $selectType,
                'internal_type' => 'db',
                'allowed' => 'tx_seminars_organizers',
                'foreign_table' => 'tx_seminars_organizers',
                'foreign_table_where' => tx_seminars_tableRelations(
                    'tx_seminars_organizers'
                ),
                'size' => 5,
                'minitems' => 1,
                'maxitems' => 999,
                'MM' => 'tx_seminars_seminars_organizers_mm',
                'wizards' => tx_seminars_tableReplace($tempWizard, 'tx_seminars_organizers'),
            ),
        ),
Actions #4

Updated by Niels Pardon about 12 years ago

This bug can be closed. Needs to be fixed in seminars.

The change by Dmitry Dulepov regarding the back-end search improvements for TYPO3 4.6 is causing the problem. It can be fixed by specifying the search fields in the TCA of seminars.

I've created a bug tracker entry for seminars: https://bugs.oliverklee.com/show_bug.cgi?id=4424

Actions #5

Updated by Stefan Galinski about 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF