Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020838Openbravo ERPA. Platformpublic2012-06-22 14:322012-06-27 05:29
psarobe 
dbaz 
immediatemajoralways
closedfixed 
5
pi 
3.0MP133.0MP13 
Core
Pre packaging ( pi )
2012-06-22
https://code.openbravo.com/erp/devel/pi/rev/352841f4388f [^]
No
0020838: When you filter by a numeric column and press enter, the value disappears although it filters well
When you filter by a numeric column and press enter, the value disappears although it filters well
1. Go to tax rate window
2. Filter by rate column, for example type 8. Press enter
3. Notice the system filters properly but the value has been removed from the filter
No tags attached.
related to defect 0020873 closed AugustoMauch Filters are not working properly: Values disappear althought filter remains 
Issue History
2012-06-22 14:32psarobeNew Issue
2012-06-22 14:32psarobeAssigned To => mtaal
2012-06-22 14:32psarobeModules => Core
2012-06-22 14:33psarobeRegression level => Pre packaging ( pi )
2012-06-22 14:33psarobeRegression date => 2012-06-21
2012-06-22 16:11mtaalAssigned Tomtaal => dbaz
2012-06-22 16:11mtaalNote Added: 0050037
2012-06-22 16:39dbazRegression date2012-06-21 => 2012-06-22
2012-06-22 16:39dbazRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/352841f4388f [^]
2012-06-22 16:45hgbotCheckin
2012-06-22 16:45hgbotNote Added: 0050042
2012-06-22 16:45hgbotStatusnew => resolved
2012-06-22 16:45hgbotResolutionopen => fixed
2012-06-22 16:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e62a369d276329e03d435022eb49ab956ae354e5 [^]
2012-06-22 18:11AugustoMauchNote Added: 0050045
2012-06-22 18:11AugustoMauchStatusresolved => closed
2012-06-22 18:11AugustoMauchFixed in Version => 3.0MP13
2012-06-26 16:41alostaleRelationship addedrelated to 0020873
2012-06-27 05:29hudsonbotCheckin
2012-06-27 05:29hudsonbotNote Added: 0050160

Notes
(0050037)
mtaal   
2012-06-22 16:11   
This is caused by this changeset:
https://code.openbravo.com/erp/devel/pi/diff/352841f4388f/modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-number.js#l1.21 [^]

If instead of:
return null;
this is done:
return number;

then the issue is solved.
(0050042)
hgbot   
2012-06-22 16:45   
Repository: erp/devel/pi
Changeset: e62a369d276329e03d435022eb49ab956ae354e5
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Jun 22 16:44:34 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e62a369d276329e03d435022eb49ab956ae354e5 [^]

Fixed issue 20838: numeric filters work ok again

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-number.js
---
(0050045)
AugustoMauch   
2012-06-22 18:11   
Fix reviewed and verified in pi@e62a369d2763
(0050160)
hudsonbot   
2012-06-27 05:29   
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/cf3a7135839f [^]

Maturity status: Test