Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017820Openbravo ERPA. Platformpublic2011-06-29 13:412011-11-24 12:42
alostale 
guilleaer 
normalminorhave not tried
closedout of date 
5
 
 
Core
No
0017820: Fields with null seqno are not shown in grid
When field sequence is null, this field doesn't appear in grid nor in the list of fields to be added to grid. Though it is shown in form view.
-Select any shown field and clean its sequence
-Check it is shown in form view at the bottom of the fields
-Check it is not shown in grid view
-Check it is not shown in the list of fields to be added in grid
OBViewGridComponent:

 // these are currently also ignored
        if (fld.getGridPosition() == null && fld.getSequenceNumber() == null) {
          continue;
        }

Fix it to work in the same way as it does in form: in case of null put them at the end.
contrib
Issue History
2011-06-29 13:41alostaleNew Issue
2011-06-29 13:41alostaleAssigned To => alostale
2011-06-29 13:41alostaleModules => Core
2011-06-29 13:49alostaleProposed Solution updated
2011-08-05 12:58alostaleTag Attached: contrib
2011-08-05 12:58alostaleStatusnew => scheduled
2011-08-05 12:58alostalefix_in_branch => pi
2011-11-23 10:25alostaleAssigned Toalostale => guilleaer
2011-11-24 12:41guilleaerNote Added: 0043152
2011-11-24 12:42guilleaerStatusscheduled => closed
2011-11-24 12:42guilleaerResolutionopen => out of date

Notes
(0043152)
guilleaer   
2011-11-24 12:41   
Already implemented, the behavior is the expected.