Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017820 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2011-06-29 13:41 | 2011-11-24 12:42 | |||
Reporter | alostale | View Status | public | |||||
Assigned To | guilleaer | |||||||
Priority | normal | Resolution | out of date | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
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. | |||||||
Tags | contrib | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0043152) guilleaer (developer) 2011-11-24 12:41 |
Already implemented, the behavior is the expected. |
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 |
Copyright © 2000 - 2009 MantisBT Group |