Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029027 | Openbravo ERP | A. Platform | public | 2015-02-23 16:16 | 2015-11-30 10:06 |
|
Reporter | inigosanchez | |
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.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029027: In minimized view, the query-list widgets doesn't work as it's defined. |
Description | In minimized view, the query-list widgets doesn't work as it's defined. When a query-list widget is created for the first time, Show All Data is displayed active but not works properly. |
Steps To Reproduce | 1.- In Workspace, Add Widget and select a query-list widget as "Invoices to Pay".
2.- Now, try to sort by "Business Partner" and realise that it works like if "Show All Data" was activated. But in fact, it has been displayed 10 rows and there are more than 10 invoices to pay.
3.- Open "Edit Settings" of "Invoices to Pay" widget.
4.- As you can see, Show All Data is active. Be careful, do not change nothing.
5.- Now press the "Save" button and you will realise that unselect "Show All Data" automatically.
6.- Open "Edit Settings" again and you will realise that now, Show All Data is inactive.
Maybe the problem is that the definition of a querylist widget class is not correct and was not set properly "ShowAllData" property. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0028857 | 3.0PR15Q3 | closed | inigosanchez | In minimized view, the query-list widgets just sort the data in the client |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-23 16:16 | inigosanchez | New Issue | |
2015-02-23 16:16 | inigosanchez | Assigned To | => alostale |
2015-02-23 16:16 | inigosanchez | Modules | => Core |
2015-02-23 16:16 | inigosanchez | Triggers an Emergency Pack | => No |
2015-02-25 01:10 | inigosanchez | Relationship added | related to 0028857 |
2015-03-06 10:37 | alostale | Priority | low => urgent |
2015-03-06 10:37 | alostale | Severity | trivial => minor |
2015-03-06 10:37 | alostale | Status | new => acknowledged |
2015-03-06 13:56 | alostale | Severity | minor => major |
2015-03-17 14:37 | alostale | Assigned To | alostale => platform |
2015-11-11 11:34 | alostale | Priority | urgent => high |
2015-11-17 17:33 | caristu | Assigned To | platform => caristu |
2015-11-17 17:33 | caristu | Status | acknowledged => scheduled |
2015-11-18 10:38 | hgbot | Checkin | |
2015-11-18 10:38 | hgbot | Note Added: 0081942 | |
2015-11-18 10:38 | hgbot | Status | scheduled => resolved |
2015-11-18 10:38 | hgbot | Resolution | open => fixed |
2015-11-18 10:38 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8d402a767b28bab57c2611c4da076c8b2682d2c5 [^] |
2015-11-18 10:38 | caristu | Review Assigned To | => alostale |
2015-11-18 10:39 | caristu | Issue Monitored: alostale | |
2015-11-18 10:41 | hgbot | Checkin | |
2015-11-18 10:41 | hgbot | Note Added: 0081943 | |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082251 | |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082252 | |
2015-11-30 10:06 | alostale | Note Added: 0082460 | |
2015-11-30 10:06 | alostale | Status | resolved => closed |
2015-11-30 10:06 | alostale | Fixed in Version | => 3.0PR16Q1 |
Notes |
|
(0081942)
|
hgbot
|
2015-11-18 10:38
|
|
Repository: erp/devel/pi
Changeset: 8d402a767b28bab57c2611c4da076c8b2682d2c5
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 18 10:34:43 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/8d402a767b28bab57c2611c4da076c8b2682d2c5 [^]
fixes issue 29027: boolean default values for widget parameters properly set
The problem was that initially the default boolean values for widget parameters were not being set properly. This type of parameters were initially retrieved as strings, and this caused that checkboxes values were not being set correctly.
To fix the problem now the default values for boolean widget parameters are returned as boolean values from the server side.
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/ParameterUtils.java
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/MyOpenbravoActionHandler.java
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
---
|
|
|
(0081943)
|
hgbot
|
2015-11-18 10:41
|
|
|
|
|
|
|
|
|
|
|
|