Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025610Openbravo ERPA. Platformpublic2014-01-30 18:202014-03-16 06:01
egoitz 
AugustoMauch 
urgentmajoralways
closedfixed 
5
 
3.0PR14Q23.0PR14Q2 
shankarb
Core
No
0025610: The text area fields does not properly parse the filter criteria
The text area fields does not properly parse the filter criteria.
When using and/or conditions on the filtering of text area fields, the value used to filter is not the combination of both conditions but all the string concatenated.
ON the sales order window add the description field to the grid.
Then on the description field filter as following:
"X AND Y"
No tags attached.
Issue History
2014-01-30 18:20egoitzNew Issue
2014-01-30 18:20egoitzAssigned To => AugustoMauch
2014-01-30 18:20egoitzModules => Core
2014-01-30 18:20egoitzResolution time => 1392418800
2014-01-30 18:20egoitzTriggers an Emergency Pack => No
2014-03-02 08:17shankarbAssigned ToAugustoMauch => shankarb
2014-03-04 07:20shankarbAssigned Toshankarb => AugustoMauch
2014-03-05 13:01alostaleTarget VersionPR14Q3 => PR14Q2
2014-03-10 11:25egoitzSummaryThe property fields does not properly parse the filter criteria => The text area fields does not properly parse the filter criteria
2014-03-10 11:25egoitzDescription Updatedbug_revision_view_page.php?rev_id=5551#r5551
2014-03-10 11:25egoitzSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5553#r5553
2014-03-10 11:46AugustoMauchStatusnew => scheduled
2014-03-10 11:46AugustoMauchfix_in_branch => pi
2014-03-10 12:50AugustoMauchIssue Monitored: shankarb
2014-03-10 12:50AugustoMauchReview Assigned To => shankarb
2014-03-10 12:50AugustoMauchfix_in_branchpi =>
2014-03-10 12:52hgbotCheckin
2014-03-10 12:52hgbotNote Added: 0064985
2014-03-10 12:52hgbotStatusscheduled => resolved
2014-03-10 12:52hgbotResolutionopen => fixed
2014-03-10 12:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e41a9ad232c6e742874c8d2760b570bb7c6702f8 [^]
2014-03-10 22:58hudsonbotCheckin
2014-03-10 22:58hudsonbotNote Added: 0065007
2014-03-16 06:01shankarbNote Added: 0065196
2014-03-16 06:01shankarbStatusresolved => closed
2014-03-16 06:01shankarbFixed in Version => PR14Q2

Notes
(0064985)
hgbot   
2014-03-10 12:52   
Repository: erp/devel/pi
Changeset: e41a9ad232c6e742874c8d2760b570bb7c6702f8
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 10 12:49:47 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e41a9ad232c6e742874c8d2760b570bb7c6702f8 [^]

Fixes issue 25610: text area fields do not parse properly the filter criteria

The problem was that the text area columns where not being considered text column when they were filtered. This was because they used the 'textArea' type, which was not included in the smartclientbuiltinTypes. This has been fixed by including it, and defining that the textAreaType inherits from the text type.

---
M modules/org.openbravo.userinterface.smartclient/web/org.openbravo.userinterface.smartclient/js/ob-smartclient.js
---
(0065007)
hudsonbot   
2014-03-10 22:58   
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/b362f74ef31a [^]
Maturity status: Test
(0065196)
shankarb   
2014-03-16 06:01   
Code reviewed and verified in pi changeset 09baf685138e