Openbravo Issue Tracking System - POS2
View Issue Details
0055183POS2Corepublic2024-04-12 10:422024-04-30 15:24
jarmendariz 
jarmendariz 
immediatecriticalhave not tried
closedfixed 
5
 
24Q3 
No
0055183: UpdateApplicationModeOnRole Modulescript does not insert data on update
When updating an environment to a version that has Application Modes, there are 2 modulescript to migrate the data and let users access their terminals. UpdateApplicationModeOnRole, although it is invoked during upgrade, does not update the table obc2_appMode_role.
See description
No tags attached.
depends on backport 005537624Q2 closed jarmendariz UpdateApplicationModeOnRole Modulescript does not insert data on update 
caused by feature request 0054590 closed meriem_azaf Add "Application Mode" support 
Issue History
2024-04-12 10:42jarmendarizNew Issue
2024-04-12 10:42jarmendarizAssigned To => jarmendariz
2024-04-12 10:42jarmendarizTriggers an Emergency Pack => No
2024-04-12 10:43jarmendarizRelationship addedcaused by 0054590
2024-04-24 08:48hgbotNote Added: 0163636
2024-04-24 08:59hgbotNote Added: 0163637
2024-04-24 09:28hgbotNote Added: 0163642
2024-04-30 15:23jarmendarizStatusnew => scheduled
2024-04-30 15:23hgbotNote Added: 0163949
2024-04-30 15:23hgbotNote Added: 0163950
2024-04-30 15:23hgbotNote Added: 0163951
2024-04-30 15:24hgbotNote Added: 0163952
2024-04-30 15:24hgbotResolutionopen => fixed
2024-04-30 15:24hgbotStatusscheduled => closed
2024-04-30 15:24hgbotFixed in Version => 24Q3
2024-04-30 15:24hgbotNote Added: 0163953
2024-04-30 15:24hgbotNote Added: 0163954

Notes
(0163636)
hgbot   
2024-04-24 08:48   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1474 [^]
(0163637)
hgbot   
2024-04-24 08:59   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2593 [^]
(0163642)
hgbot   
2024-04-24 09:28   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/155 [^]
(0163949)
hgbot   
2024-04-30 15:23   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 7d5f8d24fb1a18a651f45df384cdf4b14858081a
Author: Javier Armendáriz <j.armendariz@orisha.com>
Date: 30-04-2024 11:30:32
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/7d5f8d24fb1a18a651f45df384cdf4b14858081a [^]

Related to ISSUE-55183: Added modulescript to set POS access to roles with access to WebPOS form

---
A build/classes/org/openbravo/pos2/modulescript/UpdatePOSApplicationModeOnRole.class
A build/classes/org/openbravo/pos2/modulescript/UpdatePOSApplicationModeOnRoleData.class
A src-util/modulescript/src/org/openbravo/pos2/modulescript/UpdatePOSApplicationModeOnRole.java
A src-util/modulescript/src/org/openbravo/pos2/modulescript/UpdatePOSApplicationModeOnRole_Data.xsql
M build/classes/org/openbravo/pos2/modulescript/UpdateTouchpointTypeApplicationMode.class
---
(0163950)
hgbot   
2024-04-30 15:23   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2593 [^]
(0163951)
hgbot   
2024-04-30 15:23   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms [^]
Changeset: bb20c37b52bb5a3e5ace8869a6b0685979f4b1b2
Author: Javier Armendáriz <j.armendariz@orisha.com>
Date: 30-04-2024 11:30:35
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/commit/bb20c37b52bb5a3e5ace8869a6b0685979f4b1b2 [^]

Related to ISSUE-55183: Added modulescript to set SSMS access to roles with access to WebPOS form

---
A build/classes/org/openbravo/ssms/modulescript/UpdateSSMSApplicationModeOnRole.class
A build/classes/org/openbravo/ssms/modulescript/UpdateSSMSApplicationModeOnRoleData.class
A src-util/modulescript/src/org/openbravo/ssms/modulescript/UpdateSSMSApplicationModeOnRole.java
A src-util/modulescript/src/org/openbravo/ssms/modulescript/UpdateSSMSApplicationModeOnRole_Data.xsql
M .gitignore
---
(0163952)
hgbot   
2024-04-30 15:24   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.ssms/-/merge_requests/155 [^]
(0163953)
hgbot   
2024-04-30 15:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 655cea19288f0e7652fe40f3de22570377ccd3c2
Author: Javier Armendáriz <j.armendariz@orisha.com>
Date: 30-04-2024 11:30:26
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/655cea19288f0e7652fe40f3de22570377ccd3c2 [^]

Fixed ISSUE-55183: Update modulescript to set properly the access to application modes on Roles

---
R build/classes/org/openbravo/core2/modulescript/UpdateApplicationModeOnRole.class
R build/classes/org/openbravo/core2/modulescript/UpdateApplicationModeOnRoleData.class
R src-util/modulescript/src/org/openbravo/core2/modulescript/UpdateApplicationModeOnRole.java
R src-util/modulescript/src/org/openbravo/core2/modulescript/UpdateApplicationModeOnRole_Data.xsql
---
(0163954)
hgbot   
2024-04-30 15:24   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/1474 [^]