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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0017585
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionarymajoralways2011-06-09 18:282011-06-22 11:43
ReporterpsarobeView Statuspublic 
Assigned Topsarobe 
PriorityimmediateResolutionfixedFixed in Version3.0MP0
StatusclosedFix in branchFixed in SCM revisionda06dfd81283
ProjectionnoneETAnoneTarget Version3.0MP0
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0017585: There are several fields that are shown in the grid and not display in form view. This is wrong

DescriptionIf 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 ReproduceGo 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (manager)
2011-06-13 10:08

Due to the difficulty of closing this issue I did myself
(0038433)
hudsonbot (developer)
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

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