Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0048906Openbravo ERPA. Platformpublic2022-03-28 11:202022-03-28 17:34
AugustoMauch 
AugustoMauch 
normalcriticalhave not tried
closedfixed 
5
 
PR22Q2 
Core
Automated tests
2021-03-25
pi
https://gitlab.com/openbravo/product/openbravo/-/commit/1764cf37b38731771625e6f6e61a92342b12e07e [^]
No
0048906: Message after completing Reset Accounting process is not displayed
When the Reset Accounting process is executed, a message should be displayed upon completion ("Number of unposted documents = x, Number of deleted journal entries = y").

Now when the process is executed no message is displayed and an error is shown on the console ("cannot read property messageBar of undefined")
- Open the backoffice
- Open the Reset Accounting window
- With the default values, click on Done
- Check that no message is displayed in the message bar and that an error is shown on the console
No tags attached.
caused by defect 0048867 closed AugustoMauch Message bar not persistent when a message (error/warning/success/...) is displayed 
Issue History
2022-03-28 11:20AugustoMauchNew Issue
2022-03-28 11:20AugustoMauchAssigned To => AugustoMauch
2022-03-28 11:20AugustoMauchModules => Core
2022-03-28 11:20AugustoMauchRegression level => Automated tests
2022-03-28 11:20AugustoMauchRegression date => 2021-03-25
2022-03-28 11:20AugustoMauchRegression introduced in release => pi
2022-03-28 11:20AugustoMauchRegression introduced by commit => https://gitlab.com/openbravo/product/openbravo/-/commit/1764cf37b38731771625e6f6e61a92342b12e07e [^]
2022-03-28 11:20AugustoMauchTriggers an Emergency Pack => No
2022-03-28 11:20AugustoMauchStatusnew => scheduled
2022-03-28 11:35hgbotNote Added: 0136090
2022-03-28 11:51alostaleRelationship addedcaused by 0048867
2022-03-28 17:34hgbotResolutionopen => fixed
2022-03-28 17:34hgbotStatusscheduled => closed
2022-03-28 17:34hgbotNote Added: 0136108
2022-03-28 17:34hgbotFixed in Version => PR22Q2
2022-03-28 17:34hgbotNote Added: 0136109

Notes
(0136090)
hgbot   
2022-03-28 11:35   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/547 [^]
(0136108)
hgbot   
2022-03-28 17:34   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/547 [^]
(0136109)
hgbot   
2022-03-28 17:34   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 8ebcfff9402ee060f3a555f289aeddda36fbcec5
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 28-03-2022 14:07:38
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/8ebcfff9402ee060f3a555f289aeddda36fbcec5 [^]

Fixes ISSUE-48906: Message is not shown after executing Reset Accounting process

The fix for 48867 did not properly take into account that a process can be executed from in a popup and in a standard window,
and in both cases the way to get to the message bar is different

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---