Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0026775 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Openbravo ERP] A. Platform | trivial | have not tried | 2014-06-04 09:44 | 2014-06-04 10:57 | |||||||
Reporter | guillermogil | View Status | public | |||||||||
Assigned To | eduardo_Argal | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0026775: Remove parent fields on grid view | |||||||||||
Description | There are several tabs that have the parent field shown on grid. Look for them and remove the ones that are not used. | |||||||||||
Steps To Reproduce | N/A | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0067740) guillermogil (developer) 2014-06-04 10:04 edited on: 2014-06-04 11:00 |
These are the candidates to be set isdisplayed = 'N' and f.showinrelation = 'N'. There are a lot of false positives. select f.name as Field, t.name as Tab, t.tabLevel as tabLevel, w.name as Windows from ad_field f left join ad_column c on f.ad_column_id = c.ad_column_id left join ad_tab t on t.ad_tab_id = f.ad_tab_id left join ad_window w on t.ad_window_id = w.ad_window_id where (f.isdisplayed = 'Y' or f.showinrelation = 'Y') and c.isparent = 'Y' and t.tabLevel > 0 order by Windows |
(0067743) guillermogil (developer) 2014-06-04 10:56 |
Those are the fields: "Field";"Tab";"TabLevel";"Window" "Widget Instance";"Parameter Values";1;"Widget Instance" "Widget Class";"Parameter";1;"Widget" "User/Contact";"OpenID Identifier";1;"User" "Invoice";"Exchange rates";1;"Sales Invoice" "Reference";"Widget in Form";1;"Reference" "Reference";"Window Reference";1;"Reference" "Reference";"Mask Reference";1;"Reference" "Invoice";"Exchange rates";1;"Purchase Invoice" "Product";"Characteristic Values";1;"Product" "Product";"Characteristics";1;"Product" "Process Defintion";"Process Access";1;"Process Definition" "Process Defintion";"Parameter";1;"Process Definition" "Costing Rule";"Initialization";1;"Costing Rules" |
Issue History | |||
Date Modified | Username | Field | Change |
2014-06-04 09:44 | guillermogil | New Issue | |
2014-06-04 09:44 | guillermogil | Assigned To | => guillermogil |
2014-06-04 09:44 | guillermogil | Modules | => Core |
2014-06-04 09:44 | guillermogil | Triggers an Emergency Pack | => No |
2014-06-04 09:44 | guillermogil | Relationship added | related to 0026767 |
2014-06-04 10:04 | guillermogil | Note Added: 0067740 | |
2014-06-04 10:56 | guillermogil | Note Added: 0067743 | |
2014-06-04 10:57 | guillermogil | Assigned To | guillermogil => eduardo_Argal |
2014-06-04 10:57 | guillermogil | Severity | minor => trivial |
2014-06-04 11:00 | guillermogil | Note Edited: 0067740 | View Revisions |
Copyright © 2000 - 2009 MantisBT Group |