Project

General

Profile

Actions

Bug #81126

closed

After $querySettings()->setLanguageUid(1); it doesn't change.

Added by Bharat parmar almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase + l10n
Target version:
-
Start date:
2017-05-03
Due date:
% Done:

0%

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

Description

I have one method in my repository findByUidWithLangId($uid,$lang=0) in this i set $querySettings()->setLanguageUid(1); untill this works fine and give me record with $uid in L=1.

But after this when i call default Repository method findByUid($uid) on same repository ,it give me record with L=1 but it should gives me record in default language.

Problem is that setLanguageUid(1) is once set is remain persist even though i try to reset it to 0.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #59992: Persistence session doesn't take overlays into accountClosed2014-06-30

Actions
Actions

Also available in: Atom PDF