Openbravo Issue Tracking System - POS2
View Issue Details
0057280POS2POSpublic2024-11-26 11:582025-01-19 23:02
ablasco 
ablasco 
normalmajorhave not tried
closedfixed 
5
 
25Q2 
No
0057280: profile configurations do not change if the "set as default" checkbox is not selected
When trying to change the profile configurations, no change is applied.


When the role is changed in the profile settings, the changes are not applied in the application, and the role does not switch properly.
SSMS

- log in ssms
- click on the user photo in the upper right corner
- in the popup that opens, click on the “profile“ button
- change any of the fields in the profile popup, such as warehouse or organization
- make sure the “set as default“ checkbox is not selected
-click on the “apply“ button

the application will reload and clean cache. When the login is completed, go to the same profile popup and realize no information has changed
No tags attached.
Issue History
2024-11-26 11:58ablascoNew Issue
2024-11-26 11:58ablascoAssigned To => ablasco
2024-11-26 11:58ablascoTriggers an Emergency Pack => No
2024-11-26 12:02hgbotNote Added: 0172601
2024-11-26 14:00hgbotNote Added: 0172613
2024-11-26 14:03hgbotNote Added: 0172614
2024-11-29 12:31AugustoMauchStatusnew => scheduled
2025-01-19 23:02hgbotNote Added: 0174332
2025-01-19 23:02hgbotNote Added: 0174333
2025-01-19 23:02hgbotNote Added: 0174334
2025-01-19 23:02hgbotNote Added: 0174335
2025-01-19 23:02hgbotNote Added: 0174336
2025-01-19 23:02hgbotResolutionopen => fixed
2025-01-19 23:02hgbotStatusscheduled => closed
2025-01-19 23:02hgbotFixed in Version => 25Q2
2025-01-19 23:02hgbotNote Added: 0174337

Notes
(0172601)
hgbot   
2024-11-26 12:02   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1665 [^]
(0172613)
hgbot   
2024-11-26 14:00   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/361 [^]
(0172614)
hgbot   
2024-11-26 14:03   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3160 [^]
(0174332)
hgbot   
2025-01-19 23:02   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 7259b12fdcc42981b7235992df57e74cf3bd90e0
Author: adrian.blasco <a.blasco@orisha.com>
Date: 19-01-2025 22:59:15
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7259b12fdcc42981b7235992df57e74cf3bd90e0 [^]

Related to ISSUE-57280: POS2 defaultRoleProperty linked to oBPOSDefaultPOSRole to define defaultRole Prop in Entity for ADUser.

[SSMS Profile Config] POS2 when Terminal Authentication not enabled, canDefineTerminalNameInUrl on config from ob-config.json in order to set sessionId through TerminalName

---
M web-jspack/org.openbravo.pos2/ob-config.json
---
(0174333)
hgbot   
2025-01-19 23:02   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/3160 [^]
(0174334)
hgbot   
2025-01-19 23:02   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms [^]
Changeset: 425dd6c55d0947e68e231e70db406d0d5d79aa96
Author: adrian.blasco <a.blasco@orisha.com>
Date: 19-01-2025 23:00:07
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/commit/425dd6c55d0947e68e231e70db406d0d5d79aa96 [^]

Related to ISSUE-57280: SSMS DefaultRole is linked to defaultRole Prop in Entity for ADUser.

[SSMS Profile Config] SSMS when Terminal Authentication not enabled, canDefineTerminalNameInUrl on config from ob-config.json in order to set sessionId through TerminalName

---
M web-jspack/org.openbravo.ssms/ob-config.json
---
(0174335)
hgbot   
2025-01-19 23:02   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/361 [^]
(0174336)
hgbot   
2025-01-19 23:02   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1665 [^]
(0174337)
hgbot   
2025-01-19 23:02   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 5592cd9b0de21a06a70cddce9fa584cc6a1c9e28
Author: adrian.blasco <a.blasco@orisha.com>
Date: 19-01-2025 23:01:05
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/5592cd9b0de21a06a70cddce9fa584cc6a1c9e28 [^]

Fixed ISSUE-57280: SSMS when Terminal Authentication not enabled, canDefineTerminalNameInUrl on config config from ob-config.json in order to set sessionId through TerminalName.

[SSMS Profile Config] DefaultRoleProperty depends on config from ob-config.json for POS2 and SSMS to define an existing DefaultRole prop for ADUser Entity
[SSMS Profile Config] ProfileSelector test mocked

---
M web-jspack/org.openbravo.core2/src/components/AppBar/ProfileSelector/ProfileSelector.jsx
M web-jspack/org.openbravo.core2/src/components/AppBar/ProfileSelector/__test__/ProfileSelector.test.jsx
M web-jspack/org.openbravo.core2/src/core/AppInitializer.js
---