Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053892Openbravo ERPA. Platformpublic2023-11-07 14:072023-11-26 23:21
ablasco 
ablasco 
normalminorhave not tried
closedfixed 
5
 
PR24Q1 
approved
No
Core
No
0053892: Auto Roles Details to clean
Some changes in details are pending to clean in Automatic Roles ISSUE.

- Review Insert and Update condition in TRIGGERS.
   - OBUIAPP_AD_ROLE_TRG
   - OBKMO_AD_ROLE_TRG
*Both triggers are doing the same on ad_role Table. One should be removed.

- Reverts in debugger commits
- Update CompiereAddendum properly
*
No tags attached.
Issue History
2023-11-07 14:07ablascoNew Issue
2023-11-07 14:07ablascoAssigned To => ablasco
2023-11-07 14:07ablascoOBNetwork customer => No
2023-11-07 14:07ablascoModules => Core
2023-11-07 14:07ablascoTriggers an Emergency Pack => No
2023-11-07 14:24hgbotMerge Request Status => open
2023-11-07 14:24hgbotNote Added: 0156856
2023-11-26 23:20hgbotMerge Request Statusopen => approved
2023-11-26 23:21hgbotResolutionopen => fixed
2023-11-26 23:21hgbotStatusnew => closed
2023-11-26 23:21hgbotNote Added: 0157629
2023-11-26 23:21hgbotFixed in Version => PR24Q1
2023-11-26 23:21hgbotNote Added: 0157630

Notes
(0156856)
hgbot   
2023-11-07 14:24   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1045 [^]
(0157629)
hgbot   
2023-11-26 23:21   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1045 [^]
(0157630)
hgbot   
2023-11-26 23:21   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 04b7c52bbc4265406041313f4ec6aad4c3f648b0
Author: Adrián Blasco <adrian.blasco@openbravo.com>
Date: 26-11-2023 22:21:34
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/04b7c52bbc4265406041313f4ec6aad4c3f648b0 [^]

Fixes ISSUE-53892 AutoRoles Cleaning. Triggers fire on insert, update. Remove OBKMO_AD_ROLE_TRG. Clean Debug in UserInfoWidgetActionHandler. Update CompiereAddendum.txt

---
M legal/CompiereAddendum.txt
M modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_AD_ROLE_TRG.xml
M modules/org.openbravo.client.application/src-db/database/model/triggers/OBUIAPP_PROCESS_TRG.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/UserInfoWidgetActionHandler.java
M src/org/openbravo/base/secureApp/LoginUtils.java
M src/org/openbravo/dal/core/OBContext.java
R modules/org.openbravo.client.myob/src-db/database/model/triggers/OBKMO_AD_ROLE_TRG.xml
---