Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0033143 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2016-06-06 08:19 | 2016-06-20 15:34 | |||
Reporter | yogaskarnik | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR16Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 965d952d7045 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 3.0PR15Q3.5 | SCM revision | ||||||
Review Assigned To | AugustoMauch | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0033143: Property field not visible in tree grid view | |||||||
Description | Property field not visible in tree grid view | |||||||
Steps To Reproduce | 1. Login to ERP 2. Add c_bpartner_id in ad_org table 3. Add property field businessPartner.salesRepresentative. Enable both fields in Grid and Form view 4. Go to Organization window in form view and select a business partner in Organization header which populate Sales Representative value. 5. Click on Tree View on Grid in Organization window. 6. Observe that the Property Field- Sales Representative appears blank when seen in the grid view. Apply the attached patch for version PR15Q4.6 (customer instance version PR15Q3.5) | |||||||
Tags | No tags attached. | |||||||
Attached Files | 41803.diff [^] (11,558 bytes) 2016-06-06 08:19 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0087108) alostale (manager) 2016-06-09 09:09 |
Please, provide better issue description and accurate steps to reproduce. |
(0087119) yogaskarnik (viewer) 2016-06-09 14:54 |
Added steps to reproduce |
(0087232) hgbot (developer) 2016-06-14 10:21 |
Repository: erp/devel/pi Changeset: d29767ae452d029d5cf5cbda0b5df0bc143cb714 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Jun 14 10:08:38 2016 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/d29767ae452d029d5cf5cbda0b5df0bc143cb714 [^] related to bug 33143: property field not visible in tree grid view Code clean up: tree grid sent _selectedProperties parameter which was parsed in backend but never used. Now client does not send this info and backend does not parse it. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ADTreeDatasourceService.java --- |
(0087233) hgbot (developer) 2016-06-14 10:21 |
Repository: erp/devel/pi Changeset: 965d952d704540b875a21e22c87a9cf85ce799d2 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Jun 14 10:11:45 2016 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/965d952d704540b875a21e22c87a9cf85ce799d2 [^] fixed bug 33143: property field not visible in tree grid view Tree grid didn't implement property fields management. Now it is implemented by sending from client the additional properties defined in the tree's standard view's grid and making use of it when convering BOBs to JSONs. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ADTreeDatasourceService.java --- |
(0087614) hudsonbot (developer) 2016-06-17 19:38 |
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/0dc7be081b1c [^] Maturity status: Test |
(0087615) hudsonbot (developer) 2016-06-17 19:38 |
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/0dc7be081b1c [^] Maturity status: Test |
(0087677) AugustoMauch (administrator) 2016-06-20 15:34 |
Code reviewed and verified in pi@8b68b4e1e053 |
Issue History | |||
Date Modified | Username | Field | Change |
2016-06-06 08:19 | yogaskarnik | New Issue | |
2016-06-06 08:19 | yogaskarnik | Assigned To | => platform |
2016-06-06 08:19 | yogaskarnik | File Added: 41803.diff | |
2016-06-06 08:19 | yogaskarnik | Modules | => Core |
2016-06-06 08:19 | yogaskarnik | Resolution time | => 1463695200 |
2016-06-06 08:19 | yogaskarnik | Triggers an Emergency Pack | => No |
2016-06-06 15:02 | maite | Resolution time | 1463695200 => 1465768800 |
2016-06-09 09:09 | alostale | Note Added: 0087108 | |
2016-06-09 09:09 | alostale | Assigned To | platform => yogaskarnik |
2016-06-09 09:09 | alostale | Status | new => feedback |
2016-06-09 14:52 | yogaskarnik | Assigned To | yogaskarnik => alostale |
2016-06-09 14:52 | yogaskarnik | Status | feedback => new |
2016-06-09 14:52 | yogaskarnik | Steps to Reproduce Updated | View Revisions |
2016-06-09 14:54 | yogaskarnik | Note Added: 0087119 | |
2016-06-14 09:00 | alostale | Relationship added | related to 0033052 |
2016-06-14 09:00 | alostale | Status | new => acknowledged |
2016-06-14 10:00 | alostale | Review Assigned To | => AugustoMauch |
2016-06-14 10:21 | hgbot | Checkin | |
2016-06-14 10:21 | hgbot | Note Added: 0087232 | |
2016-06-14 10:21 | hgbot | Checkin | |
2016-06-14 10:21 | hgbot | Note Added: 0087233 | |
2016-06-14 10:21 | hgbot | Status | acknowledged => resolved |
2016-06-14 10:21 | hgbot | Resolution | open => fixed |
2016-06-14 10:21 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/965d952d704540b875a21e22c87a9cf85ce799d2 [^] |
2016-06-14 10:40 | alostale | Relationship added | related to 0033255 |
2016-06-14 10:41 | alostale | Relationship added | related to 0025906 |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087614 | |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087615 | |
2016-06-20 15:34 | AugustoMauch | Note Added: 0087677 | |
2016-06-20 15:34 | AugustoMauch | Status | resolved => closed |
2016-06-20 15:34 | AugustoMauch | Fixed in Version | => 3.0PR16Q3 |
Copyright © 2000 - 2009 MantisBT Group |