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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022680
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2012-12-27 10:592013-03-14 17:53
ReporterpsarobeView Statuspublic 
Assigned Toshankarb 
PriorityurgentResolutionfixedFixed in Version3.0MP22
StatusclosedFix in branchFixed in SCM revision5b7913d6bc81
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned ToAugustoMauch
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0022680: Several fields are not properly defined regarding grid definition

DescriptionSeveral fields are not properly defined regarding grid definition so when an end user wants to show a column in the grid these fields are in the first position and this is wrong. See this case in the window "Financial account". See attach.

These wrong definition is:
 - Show in grid = No
 - Grid position = 0

The solution is to update all of these fields like this:

 - Show in grid = No
 - Grid position = null

The query to get all these fields is:
select name, showinrelation, grid_seqno from ad_field where showinrelation='N' and grid_seqno=0;
Steps To Reproducen/a
TagsNo tags attached.
Attached Filespng file icon definitiongrid.png [^] (73,115 bytes) 2012-12-27 10:59

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0022679 closedshankarb "Create fields" button. The way it creates fields by default (grid definition) is not correct 

-  Notes
(0057178)
hgbot (developer)
2013-03-11 13:17

Repository: erp/devel/pi
Changeset: 5b7913d6bc81c8781bd64fdb49bf79ef9a3a83e8
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Mar 11 17:46:23 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/5b7913d6bc81c8781bd64fdb49bf79ef9a3a83e8 [^]

Fixes Issue 0022680: Several fields are not properly defined regarding grid definition

Updated the grid sequence to null instead of '0' for all the fields that are not visible in grid.

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0057262)
AugustoMauch (manager)
2013-03-14 17:53

Code reviewed and verified in pi@6f316468c5e7

- Issue History
Date Modified Username Field Change
2012-12-27 10:59 psarobe New Issue
2012-12-27 10:59 psarobe Assigned To => AugustoMauch
2012-12-27 10:59 psarobe File Added: definitiongrid.png
2012-12-27 10:59 psarobe Modules => Core
2012-12-27 10:59 psarobe Triggers an Emergency Pack => No
2012-12-27 11:01 psarobe Relationship added related to 0022679
2013-03-11 13:00 shankarb Assigned To AugustoMauch => shankarb
2013-03-11 13:11 shankarb Issue Monitored: AugustoMauch
2013-03-11 13:12 shankarb Status new => scheduled
2013-03-11 13:12 shankarb fix_in_branch => pi
2013-03-11 13:12 shankarb Review Assigned To => AugustoMauch
2013-03-11 13:12 shankarb fix_in_branch pi =>
2013-03-11 13:17 hgbot Checkin
2013-03-11 13:17 hgbot Note Added: 0057178
2013-03-11 13:17 hgbot Status scheduled => resolved
2013-03-11 13:17 hgbot Resolution open => fixed
2013-03-11 13:17 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5b7913d6bc81c8781bd64fdb49bf79ef9a3a83e8 [^]
2013-03-14 17:53 AugustoMauch Note Added: 0057262
2013-03-14 17:53 AugustoMauch Status resolved => closed
2013-03-14 17:53 AugustoMauch Fixed in Version => 3.0MP22


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker