Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017585 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 00. Application dictionary | major | always | 2011-06-09 18:28 | 2011-06-22 11:43 | |||
Reporter | psarobe | View Status | public | |||||
Assigned To | psarobe | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0MP0 | |||
Status | closed | Fix in branch | Fixed in SCM revision | da06dfd81283 | ||||
Projection | none | ETA | none | Target Version | 3.0MP0 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
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 | 0017585: There are several fields that are shown in the grid and not display in form view. This is wrong | |||||||
Description | If they are not shown in form view they shouldn't be shown in grid view. The problem is that they are configured as be shown in grid view and that is the problem. The solution is to change the configuration so showninrelation must be No. This is the sql: select ad_field.ad_field_id, ad_window.name, ad_tab.name, ad_field.name from ad_field, ad_tab, ad_window where ad_field.ad_tab_id = ad_tab.ad_tab_id and ad_tab.ad_window_id = ad_window.ad_window_id and ad_field.isdisplayed='N' and showinrelation='Y' and isshowninstatusbar='N' and ad_window.isactive='Y' order by ad_window.name, ad_tab.name, ad_field.name; | |||||||
Steps To Reproduce | Go to business partner. You should only see in the grid: Search key Name TAX ID Business partner category And the sql must give zero rows | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0038205) hgbot (developer) 2011-06-09 18:56 |
Repository: erp/devel/pi Changeset: da06dfd812836aeb7c644eae21111a9c1c40eca5 Author: Pablo Sarobe <pablo.sarobe <at> openbravo.com> Date: Thu Jun 09 18:56:03 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/da06dfd812836aeb7c644eae21111a9c1c40eca5 [^] Fixes issue 17585: Several fields change to no for shown in relation --- M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml M modules/org.openbravo.v3/src-db/database/configScript.xml M src-db/database/sourcedata/AD_FIELD.xml --- |
(0038280) psarobe (viewer) 2011-06-13 10:08 |
Due to the difficulty of closing this issue I did myself |
(0038433) hudsonbot (viewer) 2011-06-22 11:43 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/abb438586c0e [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2011-06-09 18:28 | psarobe | New Issue | |
2011-06-09 18:28 | psarobe | Assigned To | => psarobe |
2011-06-09 18:28 | psarobe | Modules | => Core |
2011-06-09 18:28 | psarobe | OBNetwork customer | => No |
2011-06-09 18:30 | psarobe | Steps to Reproduce Updated | View Revisions |
2011-06-09 18:56 | hgbot | Checkin | |
2011-06-09 18:56 | hgbot | Note Added: 0038205 | |
2011-06-09 18:56 | hgbot | Status | new => resolved |
2011-06-09 18:56 | hgbot | Resolution | open => fixed |
2011-06-09 18:56 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/da06dfd812836aeb7c644eae21111a9c1c40eca5 [^] |
2011-06-13 10:08 | psarobe | Note Added: 0038280 | |
2011-06-13 10:08 | psarobe | Status | resolved => closed |
2011-06-13 10:08 | psarobe | Fixed in Version | => 3.0MP0 |
2011-06-22 11:43 | hudsonbot | Checkin | |
2011-06-22 11:43 | hudsonbot | Note Added: 0038433 |
Copyright © 2000 - 2009 MantisBT Group |