Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0017585 | Openbravo ERP | 00. Application dictionary | public | 2011-06-09 18:28 | 2011-06-22 11:43 |
Reporter | psarobe | ||||
Assigned To | psarobe | ||||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 3.0MP0 | Fixed in Version | 3.0MP0 | ||
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 | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
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 | bug_revision_view_page.php?rev_id=2229#r2229 | ||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|