Actions
Bug #81126
closedAfter $querySettings()->setLanguageUid(1); it doesn't change.
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.
Actions