Univention Bugzilla – Attachment 7278 Details for
Bug 38370
UMC: Mixture of german and english under particular circumstances
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for problem 2
38370.2.patch (text/plain), 860 bytes, created by
Florian Best
on 2015-11-10 17:48:01 CET
(
hide
)
Description:
patch for problem 2
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-11-10 17:48:01 CET
Size:
860 bytes
patch
obsolete
>diff --git a/management/univention-management-console/src/univention/management/console/protocol/session.py b/management/univention-management-console/src/univention/management/console/protocol/session.py >index cbdcd4e..1a16405 100644 >--- a/management/univention-management-console/src/univention/management/console/protocol/session.py >+++ b/management/univention-management-console/src/univention/management/console/protocol/session.py >@@ -530,6 +530,10 @@ def handle_request_set(self, msg): > self.set_language('C') > self.i18n.set_locale('C') > break >+ else: >+ for module_name, proc in self.__processes.items(): >+ req = Request('SET', arguments=[module_name], options={'locale': value}) >+ proc.request(req) > elif key == 'user' and isinstance(value, dict) and 'preferences' in value: > try: > # make sure we got a dict
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38370
:
6857
| 7278 |
7621