Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025808Openbravo ERPA. Platformpublic2014-02-24 10:092014-05-15 17:34
AugustoMauch 
guillermogil 
highmajoralways
closedfixed 
5
 
3.0PR14Q33.0PR14Q3 
shankarb
Core
No
0025808: Filtering the * organization does not work properly
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"}
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.
No tags attached.
related to design defect 0025211 closed AugustoMauch Filter by selected value in FK uses identifier instead of ID 
Issue History
2014-02-24 10:09AugustoMauchNew Issue
2014-02-24 10:09AugustoMauchAssigned To => AugustoMauch
2014-02-24 10:09AugustoMauchModules => Core
2014-02-24 10:09AugustoMauchTriggers an Emergency Pack => No
2014-03-04 16:10alostaleRelationship addedrelated to 0025211
2014-03-04 16:10alostaleTarget Version3.0MP32 =>
2014-05-08 14:30jonalegriaesarteResolution time => 1403215200
2014-05-08 14:31jonalegriaesarteTarget Version => PR14Q3
2014-05-12 14:52guillermogilAssigned ToAugustoMauch => guillermogil
2014-05-12 16:59guillermogilIssue Monitored: shankarb
2014-05-12 17:00guillermogilReview Assigned To => shankarb
2014-05-12 17:03hgbotCheckin
2014-05-12 17:03hgbotNote Added: 0067092
2014-05-12 17:03hgbotStatusnew => resolved
2014-05-12 17:03hgbotResolutionopen => fixed
2014-05-12 17:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/c231790422b7dd0acd885a20839ef3ce8ac5f61f [^]
2014-05-15 14:07shankarbNote Added: 0067150
2014-05-15 14:07shankarbStatusresolved => closed
2014-05-15 14:07shankarbFixed in Version => PR14Q3
2014-05-15 17:34hudsonbotCheckin
2014-05-15 17:34hudsonbotNote Added: 0067161

Notes
(0067092)
hgbot   
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   
2014-05-15 14:07   
code reviewed and verified in pi changeset cb4a3042e3a5
(0067161)
hudsonbot   
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