Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019440Openbravo ERPA. Platformpublic2012-01-10 10:582012-01-25 17:15
marvintm 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
3.0MP83.0MP8 
Core
No
0019440: Fields in status bar are not displayed correctly if they are not mandatory or have a default value
Fields whose reference is either "list" or "table" are not displayed correctly in case the following is true:
- The field is not mandatory
- It is shown in the status bar
- It is not set as "displayed"
- It is not shown in the grid
- It doesn't have a default value

If those are true, in case of the list reference, the "value" is shown instead of the name, and in case of the table reference, the UUID is shown.
- As System Administrator, go to the Windows, tabs and Fields window.
- Look for the Document Status field, in the Header tab, in the Sales Invoice window.
- Set it as not shown in the grid.
- Navigate to its column. Remove the default value, and set it as non-mandatory.
- As F&B Admin, open the Sales Invoice window.
- Select a record and enter in form view. The Document Status value should be correct.
- Return to grid view, and enter in form view again. The Document Status value will be incorrect.
A performance optimization needs to be changed so that it takes into account if the field is shown in the toolbar.
No tags attached.
Issue History
2012-01-10 10:58marvintmNew Issue
2012-01-10 10:58marvintmAssigned To => marvintm
2012-01-10 10:58marvintmModules => Core
2012-01-10 11:01hgbotCheckin
2012-01-10 11:01hgbotNote Added: 0044167
2012-01-10 11:01hgbotStatusnew => resolved
2012-01-10 11:01hgbotResolutionopen => fixed
2012-01-10 11:01hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/b01a64d17251352b39df06fabef3c45b435889da [^]
2012-01-14 21:20hudsonbotCheckin
2012-01-14 21:20hudsonbotNote Added: 0044341
2012-01-25 17:15AugustoMauchNote Added: 0044574
2012-01-25 17:15AugustoMauchStatusresolved => closed
2012-01-25 17:15AugustoMauchFixed in Version => 3.0MP8

Notes
(0044167)
hgbot   
2012-01-10 11:01   
Repository: erp/devel/pi
Changeset: b01a64d17251352b39df06fabef3c45b435889da
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Jan 10 11:00:31 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b01a64d17251352b39df06fabef3c45b435889da [^]

Fixed issue 19440. Combo will be computed if it belongs to the status bar.

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/EnumUIDefinition.java
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/FKComboUIDefinition.java
---
(0044341)
hudsonbot   
2012-01-14 21:20   
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/0f91795528e4 [^]

Maturity status: Test
(0044574)
AugustoMauch   
2012-01-25 17:15   
Code reviewed and verified