Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027633 | Openbravo ERP | A. Platform | public | 2014-09-18 10:18 | 2014-09-22 09:15 |
|
Reporter | jonalegriaesarte | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q1 | Fixed in Version | 3.0PR14Q4 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027633: Tree view keeps showing the loading message when there is no data to show |
Description | Tree view keeps showing the loading message when there is no data to show |
Steps To Reproduce | As F&B Admin
- Open the Product Characteristics window
- Create a new record in the header tab
- Go to the Value subtab. It does not have any records.
- Open the tree view. Check that the Loading message is shown and never hidden |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-09-18 10:18 | jonalegriaesarte | New Issue | |
2014-09-18 10:18 | jonalegriaesarte | Assigned To | => AugustoMauch |
2014-09-18 10:18 | jonalegriaesarte | OBNetwork customer | => Yes |
2014-09-18 10:18 | jonalegriaesarte | Modules | => Core |
2014-09-18 10:18 | jonalegriaesarte | Resolution time | => 1417388400 |
2014-09-18 10:18 | jonalegriaesarte | Triggers an Emergency Pack | => No |
2014-09-18 10:25 | AugustoMauch | Summary | Tree view keeps always loading when there is no data to show => Tree view keeps showing the loading message when there is no data to show |
2014-09-18 10:25 | AugustoMauch | Description Updated | bug_revision_view_page.php?rev_id=6579#r6579 |
2014-09-18 10:25 | AugustoMauch | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6581#r6581 |
2014-09-18 17:21 | AugustoMauch | Issue Monitored: shankarb | |
2014-09-18 17:22 | AugustoMauch | Review Assigned To | => shankarb |
2014-09-18 17:23 | hgbot | Checkin | |
2014-09-18 17:23 | hgbot | Note Added: 0070196 | |
2014-09-18 17:23 | hgbot | Status | new => resolved |
2014-09-18 17:23 | hgbot | Resolution | open => fixed |
2014-09-18 17:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f593014afc2a2c93dd3b9b504f6118f3d448a865 [^] |
2014-09-19 20:23 | hudsonbot | Checkin | |
2014-09-19 20:23 | hudsonbot | Note Added: 0070216 | |
2014-09-22 09:15 | shankarb | Note Added: 0070221 | |
2014-09-22 09:15 | shankarb | Status | resolved => closed |
2014-09-22 09:15 | shankarb | Fixed in Version | => 3.0PR14Q4 |
Notes |
|
(0070196)
|
hgbot
|
2014-09-18 17:23
|
|
Repository: erp/devel/pi
Changeset: f593014afc2a2c93dd3b9b504f6118f3d448a865
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Sep 18 17:21:13 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f593014afc2a2c93dd3b9b504f6118f3d448a865 [^]
Fixes issue 27633: Tree view does not show Loading message when it has no data
The problem was that the noDataEmptyMessage attribute, that contains the message to be shown when the grid does not have any data, did not have the proper value. This attribute is reused to also show the Loading message while the datasource request is being processed, but was not being reset to its proper value (OBUIAPP_NoDataInGrid message) when the data arrived to the tree.
Now in the OBTreeViewGrid.dataArrived function the message is properly reset before invoking the resetEmptyMessage function, that will actually display the message if the datasource did not return any records.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
---
|
|
|
|
|
|
(0070221)
|
shankarb
|
2014-09-22 09:15
|
|
Code reviewed and verified in pi changeset 99b060690c1f |
|