Notes |
|
(0044864)
|
hgbot
|
2012-02-03 15:37
|
|
Repository: erp/devel/pi
Changeset: 3840dfec4bb4f996d6b7230eec8f369754d67fde
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Feb 03 15:36:25 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3840dfec4bb4f996d6b7230eec8f369754d67fde [^]
fixed bug 18063, fixed bug 19275: 2.50 style popup errors
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
M src/org/openbravo/base/secureApp/ErrorPopUp.html
---
|
|
|
|
|
|
(0044966)
|
rgoris
|
2012-02-09 15:33
|
|
Asier, problem persists (checked today) - your note in 18063 does not clarify how we are going to solve it. Can you clarify? |
|
|
|
Code reviewed and verified |
|
|
|
The issue is still reproducible.
Steps to reproduce:
- Open pi Openbravo in live.builds.openbravo.com
- Using the F&B Group Admin role, open the Client window and enter the email configuration:
* Active: yes
* Smtp Server: smtp.openbravo.com
* Smtp Server Account: smtp.openbravo.com
* Smtp Server Sender Address: user.openbravo.com
- Open Sales Order and select a completed order
- Click the Email button in the toolbar, a popup will emerge.
- Click the Send button in the popup. The old error message will appear. |
|
|
|
This concrete popup was not fixed by 0018063 because it is doing a multipart request making not to work the standard variable retrieval used to decide if it is a popup or not.
New fix applies to this case catching the exception and showing the proper message instead of throwing it up to HSAS.
Adds no risk. |
|
|
|
|
|
(0046066)
|
hgbot
|
2012-03-06 08:45
|
|
Repository: erp/devel/pi
Changeset: 6efaffed3b3ff5b43a5dffba21707e469ac37a67
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Mar 02 15:25:09 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6efaffed3b3ff5b43a5dffba21707e469ac37a67 [^]
fixed bug 19275: Old Error message
Fixed PrintController popup error messages
---
M src/org/openbravo/erpCommon/utility/reporting/printing/PrintController.java
---
|
|
|
(0046746)
|
rgoris
|
2012-03-27 09:45
|
|
Tested and approved. Please note that this kind of error message (in a modal popup) is not our generic error message pattern. Normally it would be shown in a red horizontal message bar across the top of the parent level view.
In this case - although I did not have your current solution in mind - using a modal message popup is ok (or even better) as the error was caused by an interstitial popup (email dialog).
Thanks. |
|
|
|
|