Openbravo Issue Tracking System - POS2
View Issue Details
0051455POS2Corepublic2023-01-02 12:462023-01-25 17:26
javierRodriguez 
Triage Platform Base 
normalmajoralways
closedfixed 
5
 
23Q123Q1 
No
0051455: 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.
blocks feature request 0051273 closed Triage Platform Base Create different log if a user action is launched by a user or programatically 
Issue History
2023-01-25 15:26cbernerTypefeature request => backport
2023-01-25 15:26cbernerTarget Version => 23Q2
2023-01-25 15:26cbernerTarget Version23Q2 => 23Q1
2023-01-25 15:44hgbotNote Added: 0145841
2023-01-25 17:26hgbotNote Added: 0145842
2023-01-25 17:26hgbotResolutionopen => fixed
2023-01-25 17:26hgbotStatusscheduled => closed
2023-01-25 17:26hgbotFixed in Version => 23Q1
2023-01-25 17:26hgbotNote Added: 0145843

Notes
(0145841)
hgbot   
2023-01-25 15:44   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/967 [^]
(0145842)
hgbot   
2023-01-25 17:26   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/967 [^]
(0145843)
hgbot   
2023-01-25 17:26   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 5737928d55aa56d2b0c9e99003a8543ad1469d0f
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 25-01-2023 15:44:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/5737928d55aa56d2b0c9e99003a8543ad1469d0f [^]

Fixes FR-51455: 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
---