Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021863Openbravo ERPA. Platformpublic2012-10-04 16:362012-10-11 07:50
AugustoMauch 
AugustoMauch 
normalminoralways
closedfixed 
5
 
3.0MP17 
dbaz
No
Core
No
0021863: If a field is set to be displayed in grid but not in form view, if it is part of a field group it will be shown in the form view
If a field is part of a field group and is set to be displayed in the grid but not in the form view, it will be displayed in the form view anyway.

This happens because there is some code that makes visible all the fields that belong to a field group when that field group is expanded, unless the field has the property hiddenInForm set to true.
As System Admin:
- Open Windows, Tabs and Fields
- Select the Sales Order Window
- Select the Header tab
- Open in form view the Sales Representative field.
- Set displayed = false and Show in Grid view = true
As F&B Admin:
- Open the Sales Order window
- Check that the column Sales Representative is shown in the grid
- Open a sales order in form view. Check that the Sales Representative field is displayed in the More Information group field, but it should not be displayed at all.
When a field is set to not be visible in the form view, set its hiddenInForm property to true.
No tags attached.
diff issue21863.diff (657) 2012-10-04 16:37
https://issues.openbravo.com/file_download.php?file_id=5637&type=bug
Issue History
2012-10-04 16:36AugustoMauchNew Issue
2012-10-04 16:36AugustoMauchAssigned To => AugustoMauch
2012-10-04 16:36AugustoMauchModules => Core
2012-10-04 16:36AugustoMauchOBNetwork customer => No
2012-10-04 16:37AugustoMauchFile Added: issue21863.diff
2012-10-04 16:37AugustoMauchStatusnew => scheduled
2012-10-04 16:37AugustoMauchfix_in_branch => pi
2012-10-04 17:21maria_perezIssue Monitored: maria_perez
2012-10-05 08:26roklenardicIssue Monitored: roklenardic
2012-10-08 17:23hgbotCheckin
2012-10-08 17:23hgbotNote Added: 0053119
2012-10-08 17:23hgbotStatusscheduled => resolved
2012-10-08 17:23hgbotResolutionopen => fixed
2012-10-08 17:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ee9c755796d8c44962aa09ea9ce885cd3d60f485 [^]
2012-10-08 17:24AugustoMauchNote Added: 0053120
2012-10-08 17:24AugustoMauchStatusresolved => new
2012-10-08 17:24AugustoMauchResolutionfixed => open
2012-10-08 17:24AugustoMauchIssue Monitored: dbaz
2012-10-08 17:24AugustoMauchReview Assigned To => dbaz
2012-10-08 17:24AugustoMauchfix_in_branchpi =>
2012-10-08 17:24AugustoMauchStatusnew => scheduled
2012-10-08 17:24AugustoMauchfix_in_branch => pi
2012-10-08 17:25AugustoMauchStatusscheduled => resolved
2012-10-08 17:25AugustoMauchResolutionopen => fixed
2012-10-09 13:16dbazNote Added: 0053168
2012-10-09 13:16dbazStatusresolved => closed
2012-10-09 13:16dbazFixed in Version => 3.0MP17
2012-10-11 07:50hudsonbotCheckin
2012-10-11 07:50hudsonbotNote Added: 0053264

Notes
(0053119)
hgbot   
2012-10-08 17:23   
Repository: erp/devel/pi
Changeset: ee9c755796d8c44962aa09ea9ce885cd3d60f485
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Oct 08 17:18:34 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ee9c755796d8c44962aa09ea9ce885cd3d60f485 [^]

Fixes issue 21863: Not displayed fields are not shown even if in field group

The problem was that if a field was displayed in the grid but not in the form, it would be shown in the form if it was included in a field group. This has been fixed by setting to 'Y' the property hiddenInForm of these fields.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0053120)
AugustoMauch   
2012-10-08 17:24   
Reopened to enter Closed by field
(0053168)
dbaz   
2012-10-09 13:16   
Reviewed @ changeset: 18169 - dcd825463870
(0053264)
hudsonbot   
2012-10-11 07:50   
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/63dfc135f2a1 [^]

Maturity status: Test