Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026544 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2014-05-14 09:40 | 2014-10-01 16:38 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | e44119bb1d49 | ||||
Projection | none | ETA | none | Target Version | pi | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | shankarb | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2013-10-07 | |||||||
Regression introduced in release | 3.0MP29 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/94d0fb15191969d20c2f89b919bec8a95ad33110 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026544: Auxiliary inputs are not properly calculated in grid view in some cases | |||||||
Description | 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 | |||||||
Steps To Reproduce | 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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0067130) hgbot (developer) 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 (viewer) 2014-05-15 13:17 |
code reviewed and verified in pi changeset cb4a3042e3a5 |
(0067168) hudsonbot (viewer) 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 |
![]() |
|||
Date Modified | Username | Field | Change |
2014-05-14 09:40 | AugustoMauch | New Issue | |
2014-05-14 09:40 | AugustoMauch | Assigned To | => AugustoMauch |
2014-05-14 09:40 | AugustoMauch | Modules | => Core |
2014-05-14 09:40 | AugustoMauch | OBNetwork customer | => No |
2014-05-14 09:40 | AugustoMauch | Triggers an Emergency Pack | => No |
2014-05-14 09:41 | AugustoMauch | Regression level | => Production - Confirmed Stable |
2014-05-14 09:41 | AugustoMauch | Regression date | => 2013-10-07 |
2014-05-14 09:41 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/94d0fb15191969d20c2f89b919bec8a95ad33110 [^] |
2014-05-14 13:27 | AugustoMauch | Issue Monitored: shankarb | |
2014-05-14 13:27 | AugustoMauch | Review Assigned To | => shankarb |
2014-05-14 13:29 | hgbot | Checkin | |
2014-05-14 13:29 | hgbot | Note Added: 0067130 | |
2014-05-14 13:29 | hgbot | Status | new => resolved |
2014-05-14 13:29 | hgbot | Resolution | open => fixed |
2014-05-14 13:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e44119bb1d49e8881da4c8a10a1b350ce755ca56 [^] |
2014-05-15 13:17 | shankarb | Note Added: 0067147 | |
2014-05-15 13:17 | shankarb | Status | resolved => closed |
2014-05-15 17:34 | hudsonbot | Checkin | |
2014-05-15 17:34 | hudsonbot | Note Added: 0067168 | |
2014-10-01 16:38 | plujan | Regression introduced in release | => 3.0MP29 |
Copyright © 2000 - 2009 MantisBT Group |