Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025808 | Openbravo ERP | A. Platform | public | 2014-02-24 10:09 | 2014-05-15 17:34 |
|
Reporter | AugustoMauch | |
Assigned To | guillermogil | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q3 | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025808: Filtering the * organization does not work properly |
Description | Filtering the * organization with the '==*' expression is not working properly. That expression should be transformed to a criteria like this:
criteria:{"fieldName":"organization$_identifier","operator":"iEquals","value":"*","_constructor":"AdvancedCriteria"}
But instead it is being converted to:
criteria:{"fieldName":"organization$_identifier","operator":"iContains","value":"==*","_constructor":"AdvancedCriteria"} |
Steps To Reproduce | Open Unit of Measure
- Enter ==* in the organization filter
- Refresh the grid
- Check that no results are returned. You can also check using the debugger that the criteria is not proper. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0025211 | | closed | AugustoMauch | Filter by selected value in FK uses identifier instead of ID |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-24 10:09 | AugustoMauch | New Issue | |
2014-02-24 10:09 | AugustoMauch | Assigned To | => AugustoMauch |
2014-02-24 10:09 | AugustoMauch | Modules | => Core |
2014-02-24 10:09 | AugustoMauch | Triggers an Emergency Pack | => No |
2014-03-04 16:10 | alostale | Relationship added | related to 0025211 |
2014-03-04 16:10 | alostale | Target Version | 3.0MP32 => |
2014-05-08 14:30 | jonalegriaesarte | Resolution time | => 1403215200 |
2014-05-08 14:31 | jonalegriaesarte | Target Version | => PR14Q3 |
2014-05-12 14:52 | guillermogil | Assigned To | AugustoMauch => guillermogil |
2014-05-12 16:59 | guillermogil | Issue Monitored: shankarb | |
2014-05-12 17:00 | guillermogil | Review Assigned To | => shankarb |
2014-05-12 17:03 | hgbot | Checkin | |
2014-05-12 17:03 | hgbot | Note Added: 0067092 | |
2014-05-12 17:03 | hgbot | Status | new => resolved |
2014-05-12 17:03 | hgbot | Resolution | open => fixed |
2014-05-12 17:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c231790422b7dd0acd885a20839ef3ce8ac5f61f [^] |
2014-05-15 14:07 | shankarb | Note Added: 0067150 | |
2014-05-15 14:07 | shankarb | Status | resolved => closed |
2014-05-15 14:07 | shankarb | Fixed in Version | => PR14Q3 |
2014-05-15 17:34 | hudsonbot | Checkin | |
2014-05-15 17:34 | hudsonbot | Note Added: 0067161 | |