Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022680 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2012-12-27 10:59 | 2013-03-14 17:53 | |||
Reporter | psarobe | View Status | public | |||||
Assigned To | shankarb | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0MP22 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 5b7913d6bc81 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | AugustoMauch | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022680: Several fields are not properly defined regarding grid definition | |||||||
Description | Several 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 Reproduce | n/a | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||
|
![]() |
|
(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 (administrator) 2013-03-14 17:53 |
Code reviewed and verified in pi@6f316468c5e7 |
![]() |
|||
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 | OBNetwork customer | => No |
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 |