Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0017820
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2011-06-29 13:412011-11-24 12:42
ReporteralostaleView Statuspublic 
Assigned Toguilleaer 
PrioritynormalResolutionout of dateFixed in Version
StatusclosedFix in branchpiFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0017820: Fields with null seqno are not shown in grid

DescriptionWhen 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 SolutionOBViewGridComponent:

 // 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.
Tagscontrib
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
Powered by Mantis Bugtracker