Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023200 | Openbravo ERP | A. Platform | public | 2013-03-01 08:50 | 2013-03-13 10:13 |
|
Reporter | vmromanos | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Debian 5.0 |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP22 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023200: YesNo reference not working properly in Query/List widgets |
Description | When defining a YesNo reference for a column in a Query/List widget, the checkbox is always marked in case the column has any value ('Y' or 'N'). The only way for not marking the checkbox is when the column has no value (''). |
Steps To Reproduce | Create a query/list widget with a column set as YesNo reference.
The hql can be:
select 'N' as myCheck from Order where ord.client.id = :client
Verify in the widget that the checkbox is marked.
Now try: select '' as myCheck from Order where ord.client.id = :client
The checkbox is not marked |
Proposed Solution | In case of 'N' the checkbox should not be marked |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0024012 | | closed | AugustoMauch | Problem with query list widgets with boolean columns |
|
Attached Files | issue23200.export (2,168) 2013-03-05 12:20 https://issues.openbravo.com/file_download.php?file_id=6014&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2013-03-01 08:50 | vmromanos | New Issue | |
2013-03-01 08:50 | vmromanos | Assigned To | => AugustoMauch |
2013-03-01 08:50 | vmromanos | Modules | => Core |
2013-03-01 08:50 | vmromanos | OBNetwork customer | => No |
2013-03-01 08:50 | vmromanos | Triggers an Emergency Pack | => No |
2013-03-05 12:20 | AugustoMauch | File Added: issue23200.export | |
2013-03-05 12:21 | AugustoMauch | Status | new => scheduled |
2013-03-05 12:21 | AugustoMauch | fix_in_branch | => pi |
2013-03-07 12:22 | hgbot | Checkin | |
2013-03-07 12:22 | hgbot | Note Added: 0057127 | |
2013-03-07 12:22 | hgbot | Status | scheduled => resolved |
2013-03-07 12:22 | hgbot | Resolution | open => fixed |
2013-03-07 12:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/75cf7457df9c102c24bc8a1e51d67b7eae4cf2b4 [^] |
2013-03-07 12:23 | AugustoMauch | Issue Monitored: shankarb | |
2013-03-07 12:25 | AugustoMauch | Review Assigned To | => shankarb |
2013-03-07 12:28 | AugustoMauch | Note Added: 0057128 | |
2013-03-13 10:13 | shankarb | Note Added: 0057220 | |
2013-03-13 10:13 | shankarb | Status | resolved => closed |
2013-03-13 10:13 | shankarb | Fixed in Version | => 3.0MP22 |
2013-06-06 14:48 | AugustoMauch | Relationship added | related to 0024012 |