Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031007 | Openbravo ERP | A. Platform | public | 2015-10-01 14:39 | 2015-11-23 21:16 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR16Q1 | Fixed in Version | 3.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | caristu |
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 | 0031007: FICExtension can't display messages on EDIT |
Description | FICExtension allows to inject code to be executed by FIC being possible to modify standard FIC behavior.
A use case for FICExtension is to show a message when editing a record, currently the message can be seen after updating a field (if that field triggers a FIC request) but not when the record is opened to be edited. |
Steps To Reproduce | 1. Add attached MsgTestFICExtension.java to sources and build OB
2. Login, Open Sales Order window and edit any record
-> Expected: message show be seen
-> Got: no message is seen
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0029782 | | closed | gorkaion | Hooks needed on some processes to be used by modules |
|
Attached Files | MsgTestFICExtension.java (913) 2015-10-01 14:45 https://issues.openbravo.com/file_download.php?file_id=8504&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-10-01 14:39 | alostale | New Issue | |
2015-10-01 14:39 | alostale | Assigned To | => alostale |
2015-10-01 14:39 | alostale | OBNetwork customer | => No |
2015-10-01 14:39 | alostale | Modules | => Core |
2015-10-01 14:39 | alostale | Triggers an Emergency Pack | => No |
2015-10-01 14:39 | alostale | Review Assigned To | => caristu |
2015-10-01 14:43 | alostale | Relationship added | related to 0029782 |
2015-10-01 14:45 | alostale | File Added: MsgTestFICExtension.java | |
2015-10-01 14:53 | hgbot | Checkin | |
2015-10-01 14:53 | hgbot | Note Added: 0080789 | |
2015-10-01 14:53 | hgbot | Status | new => resolved |
2015-10-01 14:53 | hgbot | Resolution | open => fixed |
2015-10-01 14:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c62cdd90b7344eaa707ef99611ba3b2615bf69fc [^] |
2015-10-01 14:58 | hgbot | Checkin | |
2015-10-01 14:58 | hgbot | Note Added: 0080790 | |
2015-10-02 13:40 | caristu | Note Added: 0080805 | |
2015-10-02 13:40 | caristu | Status | resolved => closed |
2015-10-02 13:40 | caristu | Fixed in Version | => 3.0PR16Q1 |
2015-11-23 21:16 | hudsonbot | Checkin | |
2015-11-23 21:16 | hudsonbot | Note Added: 0082103 | |
2015-11-23 21:16 | hudsonbot | Checkin | |
2015-11-23 21:16 | hudsonbot | Note Added: 0082104 | |
Notes |
|
(0080789)
|
hgbot
|
2015-10-01 14:53
|
|
Repository: erp/devel/pi
Changeset: c62cdd90b7344eaa707ef99611ba3b2615bf69fc
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Oct 01 14:52:31 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c62cdd90b7344eaa707ef99611ba3b2615bf69fc [^]
fixed issue 31007: FICExtension can't display messages on EDIT
FICExtensions couldn't be used to display messages when editing a record
because callout messages were only included as part of the FIC response, in
NEW or CHANGE modes.
FIC has been changed to include messages also in EDIT mode.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
|
|
|
(0080790)
|
hgbot
|
2015-10-01 14:58
|
|
Repository: erp/devel/pi
Changeset: 522b10556e4480993aee197c0571cf00ca548059
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Oct 01 14:57:25 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/522b10556e4480993aee197c0571cf00ca548059 [^]
related to issue 31007: fixed uneeded if nesting
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
|
|
|
|
Code Review and Tested OK: now it is possible to display a message after clicking on the edit button of a record. |
|
|
|
|
|
|
|