Project

General

Profile

Actions

Bug #22508

closed

Switch BE user language settings

Added by Arnaud about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-04-25
Due date:
% Done:

0%

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

Description

Regards BE Module: User admin
I have tried to switch the language settings for a beuser, setting is saved. But the language labels do not change in the Backend.

I have noticed that,
- if the uc field (be_users) in the database is empty, the chosen setting if stored in the serialized array.
- if the uc field (be_users) contains user settings in as a serialized array, the system does not update/change the BE lang setting anymore. Emptying the field enables the save again.

In the function backendSetUC (class.t3lib_beuserauth.php) the function call to writeUC does not get triggered anymore.

I added:
if($this->user['lang'] != $this->uc['lang']){
$this->uc['lang']=$this->user['lang'];
$U=1;
}

Which makes the proces work again.

(issue imported from #M14196)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #17556: language of BE-User-interface for BE-user no longer switchableClosed2007-08-24

Actions
Actions #1

Updated by Christian Kuhn about 14 years ago

Resolved, duplicate.

Please take a look at #17556 why this happens.

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF