Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0017820 | Openbravo ERP | A. Platform | public | 2011-06-29 13:41 | 2011-11-24 12:42 |
Reporter | alostale | ||||
Assigned To | guilleaer | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | out of date | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0017820: Fields with null seqno are not shown in grid | ||||
Description | 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. | ||||
Steps To Reproduce | -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 | ||||
Proposed Solution | 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. | ||||
Additional Information | |||||
Tags | contrib | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-06-29 13:41 | alostale | New Issue | |||
2011-06-29 13:41 | alostale | Assigned To | => alostale | ||
2011-06-29 13:41 | alostale | Modules | => Core | ||
2011-06-29 13:49 | alostale | Proposed Solution updated | |||
2011-08-05 12:58 | alostale | Tag Attached: contrib | |||
2011-08-05 12:58 | alostale | Status | new => scheduled | ||
2011-08-05 12:58 | alostale | fix_in_branch | => pi | ||
2011-11-23 10:25 | alostale | Assigned To | alostale => guilleaer | ||
2011-11-24 12:41 | guilleaer | Note Added: 0043152 | |||
2011-11-24 12:42 | guilleaer | Status | scheduled => closed | ||
2011-11-24 12:42 | guilleaer | Resolution | open => out of date |
Notes | |||||
|
|||||
|
|