Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025808 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2014-02-24 10:09 | 2014-05-15 17:34 | |||
Reporter | AugustoMauch | View Status | public | |||||
Assigned To | guillermogil | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR14Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | c231790422b7 | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q3 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | shankarb | |||||||
Web browser | ||||||||
Modules | Core | |||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0067092) hgbot (developer) 2014-05-12 17:03 |
Repository: erp/devel/pi Changeset: c231790422b7dd0acd885a20839ef3ce8ac5f61f Author: Guillermo Gil <guillermo.gil <at> openbravo.com> Date: Mon May 12 17:03:21 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/c231790422b7dd0acd885a20839ef3ce8ac5f61f [^] Fixed issue 25808:Filtering the * organization does not work properly wildCard removed to avoid strange behavior on filtering '*' * character was used as wildCard, on filtering by * org instead of using ==* it was using /glob/* --- M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js --- |
(0067150) shankarb (reporter) 2014-05-15 14:07 |
code reviewed and verified in pi changeset cb4a3042e3a5 |
(0067161) hudsonbot (developer) 2014-05-15 17:34 |
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/8d6658b982c0 [^] Maturity status: Test |
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 |
Copyright © 2000 - 2009 MantisBT Group |