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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0026775
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] A. Platformtrivialhave not tried2014-06-04 09:442014-06-04 10:57
ReporterguillermogilView Statuspublic 
Assigned Toeduardo_Argal 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0026775: Remove parent fields on grid view

DescriptionThere are several tabs that have the parent field shown on grid.
Look for them and remove the ones that are not used.
Steps To ReproduceN/A
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 00267673.0PR14Q3 closedguillermogil filters not working in Process Definition > Parameter 

-  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
Powered by Mantis Bugtracker