Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0017426 | Openbravo ERP | A. Platform | public | 2011-05-31 09:45 | 2011-06-03 13:27 |
|
Reporter | iperdomo | |
Assigned To | marvintm | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | 2.6.36-gentoo-r5 |
Product Version | 3.0RC7 | |
Target Version | 3.0MP0 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0017426: Support for all type of messages in a callout |
Description | The callout can perform several type of messages: MESSAGE, INFO, ERROR, WARNING, SUCCESS
Right now FIC only supports MESSAGE. |
Steps To Reproduce |
Check the available message types:
https://code.openbravo.com/erp/devel/pi/file/4e790673106e/web/js/utils.js#l2966 [^] |
Proposed Solution | Support all type of available messages. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0016484 | | closed | vmromanos | Localization Pack: Spain | OB3 RC5 - SE_CIFNIF_Validator callout seems not to be working properly |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-05-31 09:45 | iperdomo | New Issue | |
2011-05-31 09:45 | iperdomo | Assigned To | => marvintm |
2011-05-31 09:45 | iperdomo | Modules | => Core |
2011-05-31 09:45 | iperdomo | OBNetwork customer | => No |
2011-05-31 09:45 | iperdomo | Status | new => scheduled |
2011-05-31 09:45 | iperdomo | fix_in_branch | => pi |
2011-05-31 09:46 | iperdomo | Relationship added | related to 0016484 |
2011-05-31 18:47 | hgbot | Checkin | |
2011-05-31 18:47 | hgbot | Note Added: 0037842 | |
2011-05-31 18:47 | hgbot | Status | scheduled => resolved |
2011-05-31 18:47 | hgbot | Resolution | open => fixed |
2011-05-31 18:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d07bc5598069acd41fe0898504600dfac2c6f50f [^] |
2011-06-02 12:31 | hgbot | Checkin | |
2011-06-02 12:31 | hgbot | Note Added: 0037916 | |
2011-06-02 12:32 | iperdomo | Note Added: 0037917 | |
2011-06-02 12:32 | iperdomo | Status | resolved => closed |
2011-06-03 13:26 | hudsonbot | Checkin | |
2011-06-03 13:26 | hudsonbot | Note Added: 0037968 | |
2011-06-03 13:27 | hudsonbot | Checkin | |
2011-06-03 13:27 | hudsonbot | Note Added: 0037997 | |
Notes |
|
(0037842)
|
hgbot
|
2011-05-31 18:47
|
|
Repository: erp/devel/pi
Changeset: d07bc5598069acd41fe0898504600dfac2c6f50f
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue May 31 18:44:23 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d07bc5598069acd41fe0898504600dfac2c6f50f [^]
Fixed issue 17426. Added support for more types of messages in callouts
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
---
|
|
|
(0037916)
|
hgbot
|
2011-06-02 12:31
|
|
Repository: erp/devel/pi
Changeset: c5f6984edbcae0f502631a4f967bda29741769ca
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu Jun 02 12:29:45 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c5f6984edbcae0f502631a4f967bda29741769ca [^]
Issue 17426: Added sample messages
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/example/JSExecuteCalloutExample.java
---
|
|
|
|
Tested on pi @ rev c5f6984edbca |
|
|
|
|
|
|
|