Openbravo Issue Tracking System - POS2
View Issue Details
0051273POS2Corepublic2023-01-02 12:462023-01-25 15:42
javierRodriguez 
Triage Platform Base 
normalmajoralways
closedfixed 
5
 
23Q2 
No
0051273: Create different log if a user action is launched by a user or programatically
In order to improve the terminal log, it is useful to have a different log if the action is launched by the user or there is some logic with launch an action programatically.
-
No tags attached.
depends on backport 005145523Q1 closed Triage Platform Base Create different log if a user action is launched by a user or programatically 
Issue History
2023-01-02 12:46javierRodriguezNew Issue
2023-01-02 12:46javierRodriguezAssigned To => javierRodriguez
2023-01-02 12:46javierRodriguezTriggers an Emergency Pack => No
2023-01-19 17:23guilleaerAssigned TojavierRodriguez => Triage Platform Base
2023-01-23 14:15hgbotNote Added: 0145762
2023-01-25 15:26cbernerStatusnew => scheduled
2023-01-25 15:42hgbotResolutionopen => fixed
2023-01-25 15:42hgbotStatusscheduled => closed
2023-01-25 15:42hgbotFixed in Version => 23Q2
2023-01-25 15:42hgbotNote Added: 0145839
2023-01-25 15:42hgbotNote Added: 0145840

Notes
(0145762)
hgbot   
2023-01-23 14:15   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/964 [^]
(0145839)
hgbot   
2023-01-25 15:42   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: ec9dc9b49e5570cda670b23fb4ec57a8452333b0
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 25-01-2023 14:42:29
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/ec9dc9b49e5570cda670b23fb4ec57a8452333b0 [^]

Fixes FR-51273: Log which user actions are currently in execution

Logging which user actions are currently in execution we can assume
which were launched by a user, and which were launched by some other
user action from that list. Which allows us, to detect strange cases
where user actions overlap and have strange behaviours.

---
M web-jspack/org.openbravo.core2/src/core/user-action/UserAction.js
M web-jspack/org.openbravo.core2/src/core/user-action/__test__/UserActionSaveLog.test.js
---
(0145840)
hgbot   
2023-01-25 15:42   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/964 [^]