Openbravo Issue Tracking System - Retail Modules |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0052280 | Retail Modules | Web POS | public | 2023-04-27 13:25 | 2023-04-27 15:48 |
|
| Reporter | caristu | |
| Assigned To | caristu | |
| Priority | high | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | RR23Q3 | |
| Merge Request Status | approved |
| Review Assigned To | |
| OBNetwork customer | No |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0052280: Remote queries with boolean properties are not built properly |
| Description | Remote queries with boolean properties are not built properly because and unneeded upper is added to the column linked to the boolean property:
and upper(businesspa0_.IsCustomer)=$5
The
and businesspa0_.IsCustomer=$5 order |
| Steps To Reproduce | . |
| Proposed Solution | Generate the query without that unneeded upper, i.e., instead of:
and upper(businesspa0_.IsCustomer)=$5
the filter should be:
and businesspa0_.IsCustomer=$5 |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | related to | feature request | 0052151 | | closed | caristu | Masterdata Remote Mode - Phase 2 |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2023-04-27 13:25 | caristu | New Issue | |
| 2023-04-27 13:25 | caristu | Assigned To | => caristu |
| 2023-04-27 13:25 | caristu | OBNetwork customer | => No |
| 2023-04-27 13:25 | caristu | Triggers an Emergency Pack | => No |
| 2023-04-27 13:25 | caristu | Issue generated from | 0052151 |
| 2023-04-27 13:25 | caristu | Relationship added | related to 0052151 |
| 2023-04-27 13:25 | caristu | Type | feature request => defect |
| 2023-04-27 13:31 | hgbot | Merge Request Status | => open |
| 2023-04-27 13:31 | hgbot | Note Added: 0148993 | |
| 2023-04-27 15:47 | hgbot | Merge Request Status | open => approved |
| 2023-04-27 15:47 | hgbot | Note Added: 0149023 | |
| 2023-04-27 15:48 | hgbot | Resolution | open => fixed |
| 2023-04-27 15:48 | hgbot | Status | new => closed |
| 2023-04-27 15:48 | hgbot | Fixed in Version | => RR23Q3 |
| 2023-04-27 15:48 | hgbot | Note Added: 0149024 | |