Project

General

Profile

Actions

Bug #89284

closed

Search in list module does not find records for the default language if the editor has no access to the default language

Added by Christian Eßl over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Start date:
2019-09-26
Due date:
% Done:

0%

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

Description

Steps to reproduce:
  • Create a page in the languages "Default", "German"
  • Create some records of any type (in this example we will use tt_content records)
  • Translate the records to "German"
  • Create an editor that has only access to the language "German"
  • Login as the editor an open the List module
  • You should now see the records in both languages (non-editable for "Default" and editable for "German"
  • Now use the search above and enter any search term that matches the records in both languages.

The search will now only find records of the language "German", even if there are matching results for "Default".
Because initially the recordlist shows results for both "Default" and "German" and only with the search request, the language restriction to "German" is applied, I THINK this is a bug.

Actions #1

Updated by Christian Eßl over 4 years ago

  • Description updated (diff)
Actions #2

Updated by Christian Eßl over 4 years ago

Nevermind, this came from a hook, that was meddling with the $addWhere constraint. -> Issue can be closed.

Actions #3

Updated by Björn Jacob over 4 years ago

  • Status changed from New to Closed

Closed as requested by the author. Thanks.

Actions

Also available in: Atom PDF