Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026544Openbravo ERPA. Platformpublic2014-05-14 09:402014-10-01 16:38
AugustoMauch 
AugustoMauch 
immediateminorhave not tried
closedfixed 
5
 
pi 
shankarb
Core
Production - Confirmed Stable
2013-10-07
3.0MP29
https://code.openbravo.com/erp/devel/pi/rev/94d0fb15191969d20c2f89b919bec8a95ad33110 [^]
No
0026544: Auxiliary inputs are not properly calculated in grid view in some cases
Auxiliary inputs are not being properly calculated in the grid view when a new record is selected if these conditions are met:
- The auxiliary input is based in a column of the same table where the auxiliary input is defined
- That column is not shown in the grid view
As F&B Admin:
- Open Sales Invoice. The header tab has an auxiliary input called DOCBASETYPE.
- Open the Developer Tools and click on a record in the header tab.
- Check that the FIC returns {} for the DOCBASETYPE auxiliary input. This is wrong.
- Double click on the record to open it in form view.
- Check that t he FIC now returns {value:'ARI', classicValue:'ARI'} for the DOCBASETYPE auxiliary input. This is right, this is the value that should have also been returned when the record was selected in the grid.
No tags attached.
Issue History
2014-05-14 09:40AugustoMauchNew Issue
2014-05-14 09:40AugustoMauchAssigned To => AugustoMauch
2014-05-14 09:40AugustoMauchModules => Core
2014-05-14 09:40AugustoMauchTriggers an Emergency Pack => No
2014-05-14 09:41AugustoMauchRegression level => Production - Confirmed Stable
2014-05-14 09:41AugustoMauchRegression date => 2013-10-07
2014-05-14 09:41AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/94d0fb15191969d20c2f89b919bec8a95ad33110 [^]
2014-05-14 13:27AugustoMauchIssue Monitored: shankarb
2014-05-14 13:27AugustoMauchReview Assigned To => shankarb
2014-05-14 13:29hgbotCheckin
2014-05-14 13:29hgbotNote Added: 0067130
2014-05-14 13:29hgbotStatusnew => resolved
2014-05-14 13:29hgbotResolutionopen => fixed
2014-05-14 13:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e44119bb1d49e8881da4c8a10a1b350ce755ca56 [^]
2014-05-15 13:17shankarbNote Added: 0067147
2014-05-15 13:17shankarbStatusresolved => closed
2014-05-15 17:34hudsonbotCheckin
2014-05-15 17:34hudsonbotNote Added: 0067168
2014-10-01 16:38plujanRegression introduced in release => 3.0MP29

Notes
(0067130)
hgbot   
2014-05-14 13:29   
Repository: erp/devel/pi
Changeset: e44119bb1d49e8881da4c8a10a1b350ce755ca56
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed May 14 13:26:15 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e44119bb1d49e8881da4c8a10a1b350ce755ca56 [^]

Fixes issue 26544: Auxiliary inputs are not properly calculated in grid view

The problem was that:
- The FIC needed all the columns used in the auxiliary inputs sent in the FIC request
- If those columns where not shown in the grid they were not being sent in the FIC request, so the FIC was not able to compute the auxiliary inputs properly

To fix this, all the columns used in the auxiliary inputs of a tab are included as required grid properties.

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewGridComponent.java
---
(0067147)
shankarb   
2014-05-15 13:17   
code reviewed and verified in pi changeset cb4a3042e3a5
(0067168)
hudsonbot   
2014-05-15 17:34   
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/8d6658b982c0 [^]
Maturity status: Test