Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0029027 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2015-02-23 16:16 | 2015-11-30 10:06 | |||
Reporter | inigosanchez | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR16Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 8d402a767b28 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0081942) hgbot (developer) 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 (developer) 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 (developer) 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 (developer) 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 (manager) 2015-11-30 10:06 |
code reviewed + tested |
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 |
Copyright © 2000 - 2009 MantisBT Group |