Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026317 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2014-04-18 08:23 | 2014-05-07 18:12 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR14Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | bde8cc5b9fd9 | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | AugustoMauch | |||||||
Web browser | Google Chrome | |||||||
Modules | Core | |||||||
Regression level | QA functional test | |||||||
Regression date | 2014-01-07 | |||||||
Regression introduced in release | ||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/46ec5ec2839da79ae27a5225c105c85ecde1cf6a [^] | |||||||
Triggers an Emergency Pack | Yes | |||||||
Summary | 0026317: Product selector is not working when you try to filter by warehouse | |||||||
Description | Product selector is not working find when you try to filter by warehouse | |||||||
Steps To Reproduce | -Go to Goods shipment window -Create a header -Create a line -Open product selector in a window -Remove the filters Now, if you try to filter by warehouse you will see that the filter says --> No items to show | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0066520) alostale (manager) 2014-04-22 08:01 |
This error is raised: 595dbc4c 343143 [http-8080-2] ERROR org.openbravo.base.exception.OBException - Exception when creating query select me from Warehouse as me where ( me.organization in ('E443A31992CB4635AFCAEABE7183CE85','0','19404EAD144C49A0AF37D54377CF452D','B843C30461EA4501935CB1D125C9C25A') and exists (select 1 from ProductStockView as e left join e.storageBin as join_0 left join join_0.warehouse as join_1 left join e.product as join_2 where ((( upper((COALESCE(to_char(join_0.searchKey),''))) like upper(:alias_0) escape '|' and upper((COALESCE(to_char(join_1.name),''))) like upper(:alias_1) escape '|' )) and e.organization in ('E443A31992CB4635AFCAEABE7183CE85','0','19404EAD144C49A0AF37D54377CF452D','B843C30461EA4501935CB1D125C9C25A') ) and (e.active='Y' and ( ('169' in ('800051', '800052', '800096') and e.product.production = true and e.stocked = false) or ('169' in ('170') and e.product.stocked = true) or '169' not in ('800051', '800052', '800096','170'))) and e.warehouse = me and e.organization.id in ('E443A31992CB4635AFCAEABE7183CE85', '4735EFF4E48E42A7A84E9B5AEFDBAFDD', '0', 'DC206C91AA6A4897B44DA897936E0EC3', '7BABA5FF80494CAFA54DEBD22EC46F01', 'BAE22373FEBE4CCCA24517E23F0C8A48', '19404EAD144C49A0AF37D54377CF452D', 'B843C30461EA4501935CB1D125C9C25A', '2E60544D37534C0B89E765FE29BC0B43') and e.client.id in ('23C59575B9CF467C9620760EB255B389', '0')) )order by me.name org.hibernate.QueryException: could not resolve property: warehouse of: ProductStockView [select me from Warehouse as me where ( me.organization in ('E443A31992CB4635AFCAEABE7183CE85','0','19404EAD144C49A0AF37D54377CF452D','B843C30461EA4501935CB1D125C9C25A') and exists (select 1 from ProductStockView as e left join e.storageBin as join_0 left join join_0.warehouse as join_1 left join e.product as join_2 where ((( upper((COALESCE(to_char(join_0.searchKey),''))) like upper(:alias_0) escape '|' and upper((COALESCE(to_char(join_1.name),''))) like upper(:alias_1) escape '|' )) and e.organization in ('E443A31992CB4635AFCAEABE7183CE85','0','19404EAD144C49A0AF37D54377CF452D','B843C30461EA4501935CB1D125C9C25A') ) and (e.active='Y' and ( ('169' in ('800051', '800052', '800096') and e.product.production = true and e.stocked = false) or ('169' in ('170') and e.product.stocked = true) or '169' not in ('800051', '800052', '800096','170'))) and e.warehouse = me and e.organization.id in ('E443A31992CB4635AFCAEABE7183CE85', '4735EFF4E48E42A7A84E9B5AEFDBAFDD', '0', 'DC206C91AA6A4897B44DA897936E0EC3', '7BABA5FF80494CAFA54DEBD22EC46F01', 'BAE22373FEBE4CCCA24517E23F0C8A48', '19404EAD144C49A0AF37D54377CF452D', 'B843C30461EA4501935CB1D125C9C25A', '2E60544D37534C0B89E765FE29BC0B43') and e.client.id in ('23C59575B9CF467C9620760EB255B389', '0')) )order by me.name] |
(0066521) alostale (manager) 2014-04-22 09:19 |
It fails when trying to filter by a property that is not directly in the main entity. In this case main entity is ProductStockView, and warehouse is reached through storageBin.warehouse. |
(0066522) hgbot (developer) 2014-04-22 09:23 |
Repository: erp/devel/pi Changeset: bde8cc5b9fd9c55ad08b65efe2917a37c26cbf01 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Apr 22 09:22:32 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/bde8cc5b9fd9c55ad08b65efe2917a37c26cbf01 [^] fixed bug 26317: cannot filter by properties not in main entity Adding complete path to filtered property, so it works even it is not a direct property of the main entity but it is reached through a path --- M modules/org.openbravo.service.json/src/org/openbravo/service/json/AdvancedQueryBuilder.java M modules/org.openbravo.service.json/src/org/openbravo/service/json/DataEntityQueryService.java M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java --- |
(0066523) AugustoMauch (administrator) 2014-04-22 10:00 |
Code reviewed and verified in pi@bde8cc5b9fd9 |
(0066524) hgbot (developer) 2014-04-22 10:15 |
Repository: erp/devel/pi Changeset: 3d8b217d74c19ea89bccb273063c05110eabe782 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Apr 22 10:15:36 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/3d8b217d74c19ea89bccb273063c05110eabe782 [^] related to issue 26317: added test case --- M src-test/org/openbravo/test/AllWebserviceTests.java A src-test/org/openbravo/test/datasource/ProductSelectorDataSourceTest.java --- |
(0066529) hgbot (developer) 2014-04-22 13:52 |
Repository: erp/devel/pi Changeset: 44096d49148a53e911048d5d109bb7b646ce3e80 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Tue Apr 22 13:52:02 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/44096d49148a53e911048d5d109bb7b646ce3e80 [^] related to issue 26317: fixed test case ensure proper profile --- M src-test/org/openbravo/test/datasource/ProductSelectorDataSourceTest.java --- |
(0066955) hudsonbot (developer) 2014-05-07 18:12 |
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/02ca2648bcdc [^] Maturity status: Test |
(0066956) hudsonbot (developer) 2014-05-07 18:12 |
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/02ca2648bcdc [^] Maturity status: Test |
(0066958) hudsonbot (developer) 2014-05-07 18:12 |
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/02ca2648bcdc [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2014-04-18 08:23 | jecharri | New Issue | |
2014-04-18 08:23 | jecharri | Assigned To | => AugustoMauch |
2014-04-18 08:23 | jecharri | Web browser | => Google Chrome |
2014-04-18 08:23 | jecharri | Modules | => Core |
2014-04-18 08:23 | jecharri | Resolution time | => 1398290400 |
2014-04-18 08:23 | jecharri | Triggers an Emergency Pack | => No |
2014-04-18 08:26 | jecharri | Web browser | Google Chrome => Google Chrome |
2014-04-18 08:26 | jecharri | Regression level | => QA functional test |
2014-04-18 08:26 | jecharri | Triggers an Emergency Pack | No => Yes |
2014-04-22 08:01 | alostale | Note Added: 0066520 | |
2014-04-22 08:37 | alostale | Relationship added | related to 0025182 |
2014-04-22 08:38 | alostale | Web browser | Google Chrome => Google Chrome |
2014-04-22 08:38 | alostale | Regression date | => 2014-01-07 |
2014-04-22 08:38 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/46ec5ec2839da79ae27a5225c105c85ecde1cf6a [^] |
2014-04-22 08:38 | alostale | Summary | Product selector is not working find when you try to filter by warehouse => Product selector is not working when you try to filter by warehouse |
2014-04-22 09:07 | alostale | Assigned To | AugustoMauch => alostale |
2014-04-22 09:19 | alostale | Note Added: 0066521 | |
2014-04-22 09:22 | alostale | Review Assigned To | => AugustoMauch |
2014-04-22 09:22 | alostale | Web browser | Google Chrome => Google Chrome |
2014-04-22 09:23 | hgbot | Checkin | |
2014-04-22 09:23 | hgbot | Note Added: 0066522 | |
2014-04-22 09:23 | hgbot | Status | new => resolved |
2014-04-22 09:23 | hgbot | Resolution | open => fixed |
2014-04-22 09:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/bde8cc5b9fd9c55ad08b65efe2917a37c26cbf01 [^] |
2014-04-22 10:00 | AugustoMauch | Note Added: 0066523 | |
2014-04-22 10:00 | AugustoMauch | Status | resolved => closed |
2014-04-22 10:00 | AugustoMauch | Fixed in Version | => PR14Q2 |
2014-04-22 10:15 | hgbot | Checkin | |
2014-04-22 10:15 | hgbot | Note Added: 0066524 | |
2014-04-22 13:52 | hgbot | Checkin | |
2014-04-22 13:52 | hgbot | Note Added: 0066529 | |
2014-05-07 18:11 | hudsonbot | Checkin | |
2014-05-07 18:12 | hudsonbot | Note Added: 0066955 | |
2014-05-07 18:12 | hudsonbot | Checkin | |
2014-05-07 18:12 | hudsonbot | Note Added: 0066956 | |
2014-05-07 18:12 | hudsonbot | Checkin | |
2014-05-07 18:12 | hudsonbot | Note Added: 0066958 |
Copyright © 2000 - 2009 MantisBT Group |