Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0020462 | Openbravo ERP | 00. Application dictionary | public | 2012-05-10 09:33 | 2012-05-25 12:11 |
|
| Reporter | malsasua | |
| Assigned To | migueldejuana | |
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | 3.0MP12 | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | OBPS |
| Web browser | Google Chrome |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0020462: widget with column type "yesno" does not work |
| Description | if you define a widget with column type "yesno" and you try filter by this column, it does not work |
| Steps To Reproduce | create widget with column type yesno checked as filter
http://wiki.openbravo.com/wiki/How_to_create_a_QueryList_Widget [^] |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | design defect | 0020464 | | scheduled | migueldejuana | filter in widget with column date |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-05-10 09:33 | malsasua | New Issue | |
| 2012-05-10 09:33 | malsasua | Assigned To | => alostale |
| 2012-05-10 09:33 | malsasua | Web browser | => Google Chrome |
| 2012-05-10 09:33 | malsasua | Modules | => Core |
| 2012-05-10 09:33 | malsasua | OBNetwork customer | => Yes |
| 2012-05-10 10:50 | alostale | Relationship added | related to 0020464 |
| 2012-05-10 10:52 | alostale | Assigned To | alostale => migueldejuana |
| 2012-05-14 15:19 | hgbot | Checkin | |
| 2012-05-14 15:19 | hgbot | Note Added: 0048622 | |
| 2012-05-14 15:19 | hgbot | Status | new => resolved |
| 2012-05-14 15:19 | hgbot | Resolution | open => fixed |
| 2012-05-14 15:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c0e561fb799baa9e7651e8fba1ca63bf0b50eb7a [^] |
| 2012-05-14 15:22 | migueldejuana | Note Added: 0048623 | |
| 2012-05-16 09:28 | alostale | Note Added: 0048681 | |
| 2012-05-16 09:28 | alostale | Status | resolved => closed |
| 2012-05-16 09:28 | alostale | Fixed in Version | => 3.0MP12 |
| 2012-05-25 12:11 | hudsonbot | Checkin | |
| 2012-05-25 12:11 | hudsonbot | Note Added: 0049120 | |
|
Notes |
|
|
(0048622)
|
|
hgbot
|
|
2012-05-14 15:19
|
|
Repository: erp/devel/pi
Changeset: c0e561fb799baa9e7651e8fba1ca63bf0b50eb7a
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Mon May 14 15:18:08 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c0e561fb799baa9e7651e8fba1ca63bf0b50eb7a [^]
Fixed issue 20462: widget with column type "yesno" works
It didn't works because it was adding "LIKE '%TRUE%'" instead of "LIKE '%Y%'"
---
M modules/org.openbravo.client.querylist/src/org/openbravo/client/querylist/QueryListDataSource.java
M modules/org.openbravo.client.querylist/web/org.openbravo.client.querylist/js/ob-querylist-widget.js
---
|
|
|
|
|
Test plan:
-Create QueryList widget with column type yesno checked as filter
-Filter data with this column
No risky. |
|
|
|
|
|
Code reviewed and verified on pi@d4ef642f1e2a |
|
|
|
|
|