Notes |
|
(0036078)
|
hgbot
|
2011-04-26 09:55
|
|
Repository: erp/devel/pi
Changeset: 11053ddb29cd67ffe72c8997a297d2acb1fc6c41
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Fri Apr 15 14:51:26 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/11053ddb29cd67ffe72c8997a297d2acb1fc6c41 [^]
Fixes issue 16796: show message when no import bank file modules are installed
---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ImportBankFile.java
---
|
|
|
(0036317)
|
rgoris
|
2011-05-03 14:48
|
|
The solution that was built uses a 2.50 style warning message bar. If you choose to use a message inside the popup window then a 3.0 style message bar should be used. See images attached.
Alternatively (which I prefer) the user is not allowed at all to import files so this popup never appears. In this case the warning message appears on top of the form or grid (just as any other message). |
|
|
|
|
|
(0037066)
|
rgoris
|
2011-05-17 12:36
|
|
I have added a last image showing the ideal solution which is consistent with overall ob3 behavior. |
|
|
(0038512)
|
hgbot
|
2011-06-23 10:22
|
|
Repository: erp/devel/pi
Changeset: c399ea037d580b755709c9129d222dccf5668e5d
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Thu Jun 23 10:20:37 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c399ea037d580b755709c9129d222dccf5668e5d [^]
Fixes issue 16796: import bank statement info message
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/ImportBankFile.java
---
|
|
|
|
|
|
(0038533)
|
rgoris
|
2011-06-27 11:36
|
|
Looking good. One thing: would it be possible to not show the lightbox (popup) first before showing the message? Now the lightbox flashes for 1/10th of a second when pressing the Import Statement button. |
|
|
(0038534)
|
mirurita
|
2011-06-27 12:27
|
|
As the button has a HTML mapping defined the (generated) popup skeleton is shown by default.
In the server logic the popup is closed returning the error message to the opener window. That's why you see the popup for a very short time.
I think we should live with this approach until platform provides a way of handling that. |
|