Openbravo Issue Tracking System - POS2 |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0052322 | POS2 | Core | public | 2023-04-20 14:32 | 2023-06-05 10:42 |
|
Reporter | javierRodriguez | |
Assigned To | meriem_azaf | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 23Q1.3 | Fixed in Version | 23Q1.3 | |
Merge Request Status | approved |
Review Assigned To | |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0052322: The application switch to English if it is in offline |
Description | In offline mode, the application language switches to English |
Steps To Reproduce | Having an environment with translations (for example, French)
- Login
- Verify that the application is in French
- Go offline
- Refresh
- KO, the application is in English |
Proposed Solution | take the language from the terminal (language_string attribute). In case this one is not defined, set it to English |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | backport | 0052320 | 23Q1.2 | closed | meriem_azaf | English language in offline mode | blocks | design defect | 0052190 | | closed | meriem_azaf | The application switch to English if it is in offline |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2023-05-03 11:03 | meriem_azaf | Type | design defect => backport |
2023-05-03 11:03 | meriem_azaf | Target Version | => 23Q1.2 |
2023-05-04 09:03 | AugustoMauch | Relationship added | has duplicate 0052320 |
2023-05-04 09:03 | AugustoMauch | Target Version | 23Q1.2 => 23Q1.3 |
2023-05-05 09:17 | hgbot | Merge Request Status | => open |
2023-05-05 09:17 | hgbot | Note Added: 0149323 | |
2023-05-05 09:20 | hgbot | Note Added: 0149324 | |
2023-06-04 21:05 | hgbot | Merge Request Status | open => approved |
2023-06-04 21:05 | hgbot | Resolution | open => fixed |
2023-06-04 21:05 | hgbot | Status | scheduled => closed |
2023-06-04 21:05 | hgbot | Note Added: 0150692 | |
2023-06-04 21:05 | hgbot | Fixed in Version | => RR23Q1.3 |
2023-06-04 21:05 | hgbot | Note Added: 0150693 | |
2023-06-04 21:07 | hgbot | Note Added: 0150694 | |
2023-06-04 21:07 | hgbot | Fixed in Version | RR23Q1.3 => 23Q1.3 |
2023-06-04 21:07 | hgbot | Note Added: 0150695 | |
2023-06-05 10:41 | hgbot | Note Added: 0150713 | |
2023-06-05 10:42 | hgbot | Note Added: 0150714 | |
2023-06-05 10:42 | hgbot | Note Added: 0150715 | |
Notes |
|
(0149323)
|
hgbot
|
2023-05-05 09:17
|
|
|
|
(0149324)
|
hgbot
|
2023-05-05 09:20
|
|
|
|
(0150692)
|
hgbot
|
2023-06-04 21:05
|
|
|
|
(0150693)
|
hgbot
|
2023-06-04 21:05
|
|
|
|
(0150694)
|
hgbot
|
2023-06-04 21:07
|
|
|
|
(0150695)
|
hgbot
|
2023-06-04 21:07
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: fb4639c10575ba49cfd96916e57ce6730a2d2082
Author: Meriem Azaf <meriem.azaf@openbravo.com>
Date: 04-06-2023 21:06:09
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/fb4639c10575ba49cfd96916e57ce6730a2d2082 [^]
Fixes ISSUE-52322: The application switch to English if it is in offline
In offline mode, the application language switches to English.
To fix this, we added a new property to the session in indexDB to keep the language and set it in offline mode.
---
M web-jspack/org.openbravo.core2/src/core/authentication/LoginProcess.js
M web-jspack/org.openbravo.core2/src/core/authentication/RestoreSession.js
M web-jspack/org.openbravo.core2/src/core/authentication/__test__/LoginProcess.test.js
M web-jspack/org.openbravo.core2/src/core/user-interface/__test__/View.test.js
M web-jspack/org.openbravo.core2/src/model/session/__test__/SetSession.test.js
M web-jspack/org.openbravo.core2/src/model/session/actions/SetSession.js
---
|
|
|
(0150713)
|
hgbot
|
2023-06-05 10:41
|
|
|
|
(0150714)
|
hgbot
|
2023-06-05 10:42
|
|
|
|
(0150715)
|
hgbot
|
2023-06-05 10:42
|
|
|