Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036716 | Openbravo ERP | A. Platform | public | 2017-08-25 09:13 | 2017-09-21 16:49 |
|
Reporter | JONHM | |
Assigned To | caristu | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036716: Tree grid visibility stops working when opening a record in form view and returning to tree view |
Description | Tree grid visibility stops working when opening a record in form view and returning to tree view |
Steps To Reproduce | 1) Open 'Organization' window and press the button "Toggle tree view visibility" on the toolbar
2) Expand some records
3) Open 'F&B International Group' organization in form view and press close button in order to return to the tree view.
--> The functionality is not working anymore |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | treeViewIssue.mp4 (2,215,518) 2017-08-25 09:13 https://issues.openbravo.com/file_download.php?file_id=11010&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-08-25 09:13 | JONHM | New Issue | |
2017-08-25 09:13 | JONHM | Assigned To | => platform |
2017-08-25 09:13 | JONHM | File Added: treeViewIssue.mp4 | |
2017-08-25 09:13 | JONHM | OBNetwork customer | => No |
2017-08-25 09:13 | JONHM | Modules | => Core |
2017-08-25 09:13 | JONHM | Triggers an Emergency Pack | => No |
2017-08-25 09:13 | JONHM | Note Added: 0098645 | |
2017-08-25 09:14 | JONHM | Note Deleted: 0098645 | |
2017-08-25 09:14 | JONHM | Note Added: 0098646 | |
2017-08-29 09:52 | caristu | Assigned To | platform => caristu |
2017-08-29 10:29 | hgbot | Checkin | |
2017-08-29 10:29 | hgbot | Note Added: 0098688 | |
2017-08-29 10:29 | hgbot | Status | new => resolved |
2017-08-29 10:29 | hgbot | Resolution | open => fixed |
2017-08-29 10:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/40963c034a8f7f71f7da2118b8ccea3c4caf51e4 [^] |
2017-08-29 10:33 | caristu | Review Assigned To | => alostale |
2017-09-01 08:38 | alostale | Note Added: 0098766 | |
2017-09-01 08:38 | alostale | Status | resolved => closed |
2017-09-01 08:38 | alostale | Fixed in Version | => 3.0PR17Q4 |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099338 | |
Notes |
|
(0098646)
|
JONHM
|
2017-08-25 09:14
|
|
Attached is a video with the steps to reproduce |
|
|
(0098688)
|
hgbot
|
2017-08-29 10:29
|
|
Repository: erp/devel/pi
Changeset: 40963c034a8f7f71f7da2118b8ccea3c4caf51e4
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Aug 29 10:10:18 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/40963c034a8f7f71f7da2118b8ccea3c4caf51e4 [^]
fixes bug 36716: Tree view stops working when returning back from form view
When opening the form view of a tree view node, Smartclient copies the values of the node properties into the form but skipping the properties involved in the tree management (these properties the child nodes are also not copied).
When returning back from the form view, the tree node is refreshed with the values of the properties stored in the form. This caused the lost of the tree information of the child nodes because, as mentioned before, the tree properties were not copied when opening the form view.
Apart from the skipped properties, the tree information of the child nodes should not have changed in form view. Therefore, to fix the problem now we do not override the children information when returning from the form view.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
---
|
|
|
|
|
|
|
|