Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029027Openbravo ERPA. Platformpublic2015-02-23 16:162015-11-30 10:06
inigosanchez 
caristu 
highmajoralways
closedfixed 
5
 
3.0PR16Q1 
alostale
Core
No
0029027: In minimized view, the query-list widgets doesn't work as it's defined.
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.
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.
No tags attached.
related to defect 00288573.0PR15Q3 closed inigosanchez In minimized view, the query-list widgets just sort the data in the client 
Issue History
2015-02-23 16:16inigosanchezNew Issue
2015-02-23 16:16inigosanchezAssigned To => alostale
2015-02-23 16:16inigosanchezModules => Core
2015-02-23 16:16inigosanchezTriggers an Emergency Pack => No
2015-02-25 01:10inigosanchezRelationship addedrelated to 0028857
2015-03-06 10:37alostalePrioritylow => urgent
2015-03-06 10:37alostaleSeveritytrivial => minor
2015-03-06 10:37alostaleStatusnew => acknowledged
2015-03-06 13:56alostaleSeverityminor => major
2015-03-17 14:37alostaleAssigned Toalostale => platform
2015-11-11 11:34alostalePriorityurgent => high
2015-11-17 17:33caristuAssigned Toplatform => caristu
2015-11-17 17:33caristuStatusacknowledged => scheduled
2015-11-18 10:38hgbotCheckin
2015-11-18 10:38hgbotNote Added: 0081942
2015-11-18 10:38hgbotStatusscheduled => resolved
2015-11-18 10:38hgbotResolutionopen => fixed
2015-11-18 10:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8d402a767b28bab57c2611c4da076c8b2682d2c5 [^]
2015-11-18 10:38caristuReview Assigned To => alostale
2015-11-18 10:39caristuIssue Monitored: alostale
2015-11-18 10:41hgbotCheckin
2015-11-18 10:41hgbotNote Added: 0081943
2015-11-23 21:17hudsonbotCheckin
2015-11-23 21:17hudsonbotNote Added: 0082251
2015-11-23 21:17hudsonbotCheckin
2015-11-23 21:17hudsonbotNote Added: 0082252
2015-11-30 10:06alostaleNote Added: 0082460
2015-11-30 10:06alostaleStatusresolved => closed
2015-11-30 10:06alostaleFixed 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   
Repository: erp/devel/pi
Changeset: 24120cc68db5eb24acdcd857253e2231a68fb217
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 18 10:40:21 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/24120cc68db5eb24acdcd857253e2231a68fb217 [^]

related to issue 29027: updated copyright year

---
M modules/org.openbravo.client.myob/src/org/openbravo/client/myob/WidgetProvider.java
---
(0082251)
hudsonbot   
2015-11-23 21:17   
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/7b56bebaaa88 [^]
Maturity status: Test
(0082252)
hudsonbot   
2015-11-23 21:17   
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/7b56bebaaa88 [^]
Maturity status: Test
(0082460)
alostale   
2015-11-30 10:06   
code reviewed + tested