Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029641 | Openbravo ERP | A. Platform | public | 2015-04-20 19:44 | 2015-05-26 10:11 |
|
Reporter | caristu | |
Assigned To | NaroaIriarte | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 35659 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029641: Summary functions are not displaying correct values the first time having lazy filtering enabled |
Description | Summary functions are not displaying correct values the first time the window is opened, having lazy filtering enabled.
They should not show any initial value when the lazy filtering is enabled. |
Steps To Reproduce | For reproducing th issue is necessary to have a summary function field.
1) Install the following module, which already has a summary function field:
https://code.openbravo.com/erp/mods/org.openbravo.client.application.examples/ [^]
2) As system admin, go to the Grid Configuration at Window/Tab/Field level and enable the lazy filtering for the Sales Order header
3) As group admin, go to the [Sales Order] and create a saved view with a summary function (Count for example). Set the view as default view
4) Close the window and open it again. Notice that the summary function is showing a value. Is not correct. It should not show any value when the window is opened. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-04-20 19:44 | caristu | New Issue | |
2015-04-20 19:44 | caristu | Assigned To | => platform |
2015-04-20 19:44 | caristu | OBNetwork customer | => Yes |
2015-04-20 19:44 | caristu | Modules | => Core |
2015-04-20 19:44 | caristu | Support ticket | => 35659 |
2015-04-20 19:44 | caristu | Resolution time | => 1432072800 |
2015-04-20 19:44 | caristu | Triggers an Emergency Pack | => No |
2015-04-20 19:51 | caristu | Issue Monitored: networkb | |
2015-04-21 15:20 | alostale | Status | new => acknowledged |
2015-05-14 12:15 | alostale | Status | acknowledged => scheduled |
2015-05-14 12:15 | alostale | Assigned To | platform => inigosanchez |
2015-05-19 11:50 | alostale | Assigned To | inigosanchez => NaroaIriarte |
2015-05-20 14:55 | NaroaIriarte | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=8598#r8598 |
2015-05-20 16:08 | NaroaIriarte | Issue Monitored: NaroaIriarte | |
2015-05-20 16:08 | NaroaIriarte | Issue End Monitor: NaroaIriarte | |
2015-05-20 16:08 | NaroaIriarte | Review Assigned To | => alostale |
2015-05-20 16:09 | NaroaIriarte | Issue Monitored: alostale | |
2015-05-20 16:10 | hgbot | Checkin | |
2015-05-20 16:10 | hgbot | Note Added: 0077601 | |
2015-05-20 16:10 | hgbot | Status | scheduled => resolved |
2015-05-20 16:10 | hgbot | Resolution | open => fixed |
2015-05-20 16:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f164ac49351bdc5e949683f01b601151666e3194 [^] |
2015-05-21 22:54 | hudsonbot | Checkin | |
2015-05-21 22:54 | hudsonbot | Note Added: 0077640 | |
2015-05-26 10:11 | alostale | Note Added: 0077742 | |
2015-05-26 10:11 | alostale | Status | resolved => closed |
2015-05-26 10:11 | alostale | Fixed in Version | => 3.0PR15Q3 |
Notes |
|
(0077601)
|
hgbot
|
2015-05-20 16:10
|
|
Repository: erp/devel/pi
Changeset: f164ac49351bdc5e949683f01b601151666e3194
Author: Naroa Iriarte <naroa.iriarte <at> openbravo.com>
Date: Wed May 20 15:32:41 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f164ac49351bdc5e949683f01b601151666e3194 [^]
Fixed issue 29641: With lazy filtering, summary functions display wrong value
The problem is when a summary function field exists, in this case, it is not taken into account the
fact of having the lazy filtering enabled. So, when a summary function is added to a field using the UI,
the values of that summary function are displayed before clicking the check icon, under the funnel icon,
in the right.
For fix this, a condition that checks if the lazy filtering has been enabled has been added.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
|
|
|
|