Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025808
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2014-02-24 10:092014-05-15 17:34
ReporterAugustoMauchView Statuspublic 
Assigned Toguillermogil 
PriorityhighResolutionfixedFixed in Version3.0PR14Q3
StatusclosedFix in branchFixed in SCM revisionc231790422b7
ProjectionnoneETAnoneTarget Version3.0PR14Q3
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toshankarb
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0025808: Filtering the * organization does not work properly

DescriptionFiltering 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 ReproduceOpen 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0025211 closedAugustoMauch Filter by selected value in FK uses identifier instead of ID 

-  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
Powered by Mantis Bugtracker