Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||
| View Issue Details | |||||||||||||||||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||
| 0029212 | Openbravo ERP | 07. Sales management | public | 2015-03-10 10:03 | 2015-03-10 22:50 | ||||||||||||||||||||||||||||
| Reporter | alostale | ||||||||||||||||||||||||||||||||
| Assigned To | AugustoMauch | ||||||||||||||||||||||||||||||||
| Priority | immediate | Severity | major | Reproducibility | always | ||||||||||||||||||||||||||||
| Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||
| Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||
| Product Version | |||||||||||||||||||||||||||||||||
| Target Version | Fixed in Version | 3.0PR15Q2 | |||||||||||||||||||||||||||||||
| Merge Request Status | |||||||||||||||||||||||||||||||||
| Review Assigned To | alostale | ||||||||||||||||||||||||||||||||
| OBNetwork customer | No | ||||||||||||||||||||||||||||||||
| Web browser | |||||||||||||||||||||||||||||||||
| Modules | Core | ||||||||||||||||||||||||||||||||
| Support ticket | |||||||||||||||||||||||||||||||||
| Regression level | Production - QA Approved | ||||||||||||||||||||||||||||||||
| Regression date | 2014-12-22 | ||||||||||||||||||||||||||||||||
| Regression introduced in release | 3.0PR15Q1 | ||||||||||||||||||||||||||||||||
| Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/95dd177fbbc7 [^] | ||||||||||||||||||||||||||||||||
| Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||
| Summary | 0029212: can't filter multiple products in return from/to P&Es | ||||||||||||||||||||||||||||||||
| Description | In Return from Customer and Return to Vendor P&E it is not possible to filter by more than one product at the same time using product filter drop down list. A HQL error occurs and no data is shown in the grid. Even the request from client is correctly sent to backend, there is a problem when generating the HQL query: 1. When there is a single product it looks like: select ... FROM MaterialMgmtShipmentInOutLine as iol where ... AND ( iol.product.id = :alias_0 ) 2. When filtering by multiple products: select ... FROM MaterialMgmtShipmentInOutLine as iol where ... AND ( ( join_0.id = :alias_0 or join_0.id = :alias_1 ) ) 2nd case is incorrect (join_0 is not a valid alias) | ||||||||||||||||||||||||||||||||
| Steps To Reproduce | -Go to Return to Vendor window -Create new record -Click Pick/Edit lines -Clear filters to show several lines with different product -Open product filter drop down list and select 1 product ->OK: grid is filtered correctly by that product -Open product filter drop down list and select another product keeping previous selection -> FAIL: -No data is shown in grid -Openbravo log shows: de854ee5 1817163 [http-8080-2] ERROR org.openbravo.service.datasource.DataSourceServlet - Invalid path: 'join_0.id' [select ...] at org.hibernate.hql.ast.QuerySyntaxException.convert(QuerySyntaxException.java:54) | ||||||||||||||||||||||||||||||||
| Proposed Solution | |||||||||||||||||||||||||||||||||
| Additional Information | |||||||||||||||||||||||||||||||||
| Tags | No tags attached. | ||||||||||||||||||||||||||||||||
| Relationships |
| ||||||||||||||||||||||||||||||||
| Attached Files | |||||||||||||||||||||||||||||||||
| Issue History | |||||||||||||||||||||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||
| 2015-03-10 10:03 | alostale | New Issue | |||||||||||||||||||||||||||||||
| 2015-03-10 10:03 | alostale | Assigned To | => Sandrahuguet | ||||||||||||||||||||||||||||||
| 2015-03-10 10:03 | alostale | OBNetwork customer | => No | ||||||||||||||||||||||||||||||
| 2015-03-10 10:03 | alostale | Modules | => Core | ||||||||||||||||||||||||||||||
| 2015-03-10 10:03 | alostale | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||
| 2015-03-10 10:04 | alostale | Regression level | => Production - QA Approved | ||||||||||||||||||||||||||||||
| 2015-03-10 10:04 | alostale | Regression introduced in release | => 3.0PR15Q1 | ||||||||||||||||||||||||||||||
| 2015-03-10 10:15 | alostale | Regression date | => 2014-11-25 | ||||||||||||||||||||||||||||||
| 2015-03-10 10:15 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/059f88b82a8b [^] | ||||||||||||||||||||||||||||||
| 2015-03-10 10:16 | alostale | Note Added: 0075366 | |||||||||||||||||||||||||||||||
| 2015-03-10 10:18 | alostale | Relationship added | related to 0029173 | ||||||||||||||||||||||||||||||
| 2015-03-10 10:33 | alostale | Relationship added | caused by 0028432 | ||||||||||||||||||||||||||||||
| 2015-03-10 10:34 | alostale | Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/059f88b82a8b [^] => https://code.openbravo.com/erp/devel/pi/rev/95dd177fbbc7 [^] | ||||||||||||||||||||||||||||||
| 2015-03-10 10:34 | alostale | Assigned To | Sandrahuguet => AugustoMauch | ||||||||||||||||||||||||||||||
| 2015-03-10 10:35 | alostale | Regression date | 2014-11-25 => 2014-12-22 | ||||||||||||||||||||||||||||||
| 2015-03-10 11:24 | AugustoMauch | Status | new => scheduled | ||||||||||||||||||||||||||||||
| 2015-03-10 11:25 | AugustoMauch | Issue Monitored: alostale | |||||||||||||||||||||||||||||||
| 2015-03-10 11:25 | AugustoMauch | Review Assigned To | => alostale | ||||||||||||||||||||||||||||||
| 2015-03-10 12:22 | hgbot | Checkin | |||||||||||||||||||||||||||||||
| 2015-03-10 12:22 | hgbot | Note Added: 0075373 | |||||||||||||||||||||||||||||||
| 2015-03-10 12:22 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||||||
| 2015-03-10 12:22 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||
| 2015-03-10 12:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3517fc85f514dde8b9f5eb1582d6541d679e816d [^] | ||||||||||||||||||||||||||||||
| 2015-03-10 13:36 | AugustoMauch | Note Added: 0075379 | |||||||||||||||||||||||||||||||
| 2015-03-10 16:10 | alostale | Note Added: 0075407 | |||||||||||||||||||||||||||||||
| 2015-03-10 16:10 | alostale | Status | resolved => closed | ||||||||||||||||||||||||||||||
| 2015-03-10 16:10 | alostale | Fixed in Version | => 3.0PR15Q2 | ||||||||||||||||||||||||||||||
| 2015-03-10 16:14 | alostale | Note Edited: 0075407 | bug_revision_view_page.php?bugnote_id=0075407#r7918 | ||||||||||||||||||||||||||||||
| 2015-03-10 16:21 | alostale | Relationship added | related to 0029224 | ||||||||||||||||||||||||||||||
| 2015-03-10 16:26 | alostale | Relationship added | related to 0029225 | ||||||||||||||||||||||||||||||
| 2015-03-10 22:50 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||
| 2015-03-10 22:50 | hudsonbot | Note Added: 0075424 | |||||||||||||||||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||