Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031804 | Retail Modules | Web POS | public | 2015-11-21 16:17 | 2016-02-16 17:01 |
|
Reporter | Orekaria | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR16Q2 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | migueldejuana |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0031804: Stabilization: Explicitly sort the search product results |
Description | Stabilization: Explicitly sort the search product results |
Steps To Reproduce | Verify that the 'ProductCharacteristicsSearchProductChangesCharacteristic_HV' is sometimes failing
See related issue 31554 |
Proposed Solution | This issue should be fixed changing in Product.java this line:
hql += "order by pli.product.name";
change with:
hql += "order by pli.product.name asc";
There are also 2 queries more in Product.java that should have the order by. |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0031554 | RR16Q1 | closed | Orekaria | Stabilization: Explicitly sort the search product results |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-12-30 16:29 | Orekaria | Type | defect => backport |
2015-12-30 16:29 | Orekaria | Target Version | => RR16Q2 |
2015-12-30 16:30 | Orekaria | Proposed Solution updated | |
2015-12-30 16:31 | Orekaria | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=10569#r10569 |
2015-12-30 16:31 | Orekaria | Proposed Solution updated | |
2015-12-30 16:31 | Orekaria | Status | scheduled => acknowledged |
2016-01-11 06:53 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2016-01-11 06:53 | ranjith_qualiantech_com | Status | acknowledged => scheduled |
2016-01-12 18:21 | gorka_gil | Note Added: 0083213 | |
2016-01-12 18:21 | gorka_gil | Status | scheduled => resolved |
2016-01-12 18:21 | gorka_gil | Resolution | open => fixed |
2016-01-12 18:21 | gorka_gil | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/100c2bc635df541c79b78d9f9f123630ea2bf786 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/acd438a5a2d3e360006f7acf5d96849e551aa7ec [^] |
2016-01-12 18:21 | gorka_gil | Note Added: 0083214 | |
2016-02-16 17:01 | migueldejuana | Note Added: 0084266 | |
2016-02-16 17:01 | migueldejuana | Status | resolved => closed |