Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031804 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Retail Modules] Web POS | major | sometimes | 2015-11-21 16:17 | 2016-02-16 17:01 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | acd438a5a2d3 | ||||
Projection | none | ETA | none | Target Version | RR16Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0083213) gorka_gil (administrator) 2016-01-12 18:21 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: acd438a5a2d3e360006f7acf5d96849e551aa7ec Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Jan 12 15:54:37 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/acd438a5a2d3e360006f7acf5d96849e551aa7ec [^] [^] Fixes issue 31804 : Stabilization in Terminal Master Product Adding Order by clause in Product, Characteristics --- M src/org/openbravo/retail/posterminal/master/Product.java --- |
(0083214) gorka_gil (administrator) 2016-01-12 18:21 |
Repository: tools/automation/pi-mobile Changeset: fe4a10ed246d8be9d8ea2d54675d051304b6e72a Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Jan 12 15:53:21 2016 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/fe4a10ed246d8be9d8ea2d54675d051304b6e72a [^] [^] Verifies issue 31804: Added automated test 'I31804_CheckProductOrderWhileSearch' --- M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31804_CheckProductOrderWhileSearch.java --- |
(0084266) migueldejuana (viewer) 2016-02-16 17:01 |
Tested and reviewed in bf5683b09d0a |
![]() |
|||
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 | View Revisions |
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 |
Copyright © 2000 - 2009 MantisBT Group |