Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031007Openbravo ERPA. Platformpublic2015-10-01 14:392015-11-23 21:16
alostale 
alostale 
urgentminorhave not tried
closedfixed 
5
 
3.0PR16Q13.0PR16Q1 
caristu
Core
No
0031007: FICExtension can't display messages on EDIT
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.
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
No tags attached.
related to feature request 0029782 closed gorkaion Hooks needed on some processes to be used by modules 
? MsgTestFICExtension.java (913) 2015-10-01 14:45
https://issues.openbravo.com/file_download.php?file_id=8504&type=bug
Issue History
2015-10-01 14:39alostaleNew Issue
2015-10-01 14:39alostaleAssigned To => alostale
2015-10-01 14:39alostaleModules => Core
2015-10-01 14:39alostaleTriggers an Emergency Pack => No
2015-10-01 14:39alostaleReview Assigned To => caristu
2015-10-01 14:43alostaleRelationship addedrelated to 0029782
2015-10-01 14:45alostaleFile Added: MsgTestFICExtension.java
2015-10-01 14:53hgbotCheckin
2015-10-01 14:53hgbotNote Added: 0080789
2015-10-01 14:53hgbotStatusnew => resolved
2015-10-01 14:53hgbotResolutionopen => fixed
2015-10-01 14:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c62cdd90b7344eaa707ef99611ba3b2615bf69fc [^]
2015-10-01 14:58hgbotCheckin
2015-10-01 14:58hgbotNote Added: 0080790
2015-10-02 13:40caristuNote Added: 0080805
2015-10-02 13:40caristuStatusresolved => closed
2015-10-02 13:40caristuFixed in Version => 3.0PR16Q1
2015-11-23 21:16hudsonbotCheckin
2015-11-23 21:16hudsonbotNote Added: 0082103
2015-11-23 21:16hudsonbotCheckin
2015-11-23 21:16hudsonbotNote 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
---
(0080805)
caristu   
2015-10-02 13:40   
Code Review and Tested OK: now it is possible to display a message after clicking on the edit button of a record.
(0082103)
hudsonbot   
2015-11-23 21:16   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7b56bebaaa88 [^]
Maturity status: Test
(0082104)
hudsonbot   
2015-11-23 21:16   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7b56bebaaa88 [^]
Maturity status: Test