Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0031554 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | sometimes | 2015-11-21 16:17 | 2015-12-30 16:33 | |||
Reporter | Orekaria | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR16Q1 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 100c2bc635df | ||||
Projection | none | ETA | none | Target Version | RR16Q1 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | jorge-garcia | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0031554: 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||||||||||||||||
|
![]() |
|
(0082042) hgbot (developer) 2015-11-21 19:22 |
Repository: tools/automation/pi-mobile Changeset: 34e4ea293b1bb5c901a03e0898b40ac3d478e72d Author: Rafa Alonso <ral <at> openbravo.com> Date: Sat Nov 21 19:22:04 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/34e4ea293b1bb5c901a03e0898b40ac3d478e72d [^] Related to issue 31554: Fixes the 'ProductCharacteristicsSearchProductChangesCharacteristic*' test --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/ProductCharacteristicsSearchProductChangesCharacteristic_HV.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/ProductCharacteristicsSearchProductChangesCharacteristic.java --- |
(0082043) hgbot (developer) 2015-11-21 19:22 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: 100c2bc635df541c79b78d9f9f123630ea2bf786 Author: Rafa Alonso <ral <at> openbravo.com> Date: Sat Nov 21 16:20:10 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/100c2bc635df541c79b78d9f9f123630ea2bf786 [^] Fixes issue 31554: Explicitely sort the seach product results - by '_identifier' --- M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js --- |
(0082421) migueldejuana (viewer) 2015-11-27 11:30 |
This issue could 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. |
(0083081) jorge-garcia (viewer) 2015-12-30 16:33 |
Code review and testing OK |
![]() |
|||
Date Modified | Username | Field | Change |
2015-11-21 16:17 | Orekaria | New Issue | |
2015-11-21 16:17 | Orekaria | Assigned To | => Retail |
2015-11-21 16:17 | Orekaria | OBNetwork customer | => No |
2015-11-21 16:17 | Orekaria | Triggers an Emergency Pack | => No |
2015-11-21 16:17 | Orekaria | Status | new => scheduled |
2015-11-21 16:17 | Orekaria | Assigned To | Retail => Orekaria |
2015-11-21 16:18 | Orekaria | Relationship added | related to 0031536 |
2015-11-21 16:22 | Orekaria | Review Assigned To | => mtaal |
2015-11-21 17:32 | Orekaria | Relationship added | blocks 0031556 |
2015-11-21 17:32 | Orekaria | Relationship replaced | related to 0031556 |
2015-11-21 17:33 | Orekaria | Relationship replaced | blocks 0031556 |
2015-11-21 19:22 | hgbot | Checkin | |
2015-11-21 19:22 | hgbot | Note Added: 0082042 | |
2015-11-21 19:22 | hgbot | Checkin | |
2015-11-21 19:22 | hgbot | Note Added: 0082043 | |
2015-11-21 19:22 | hgbot | Status | scheduled => resolved |
2015-11-21 19:22 | hgbot | Resolution | open => fixed |
2015-11-21 19:22 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/100c2bc635df541c79b78d9f9f123630ea2bf786 [^] |
2015-11-27 09:00 | mtaal | Review Assigned To | mtaal => migueldejuana |
2015-11-27 11:30 | migueldejuana | Note Added: 0082421 | |
2015-11-27 11:30 | migueldejuana | Status | resolved => new |
2015-11-27 11:30 | migueldejuana | Resolution | fixed => open |
2015-12-04 14:00 | Orekaria | Assigned To | Orekaria => Retail |
2015-12-04 14:00 | Orekaria | Status | new => acknowledged |
2015-12-30 16:29 | Orekaria | Status | acknowledged => scheduled |
2015-12-30 16:29 | Orekaria | Assigned To | Retail => Orekaria |
2015-12-30 16:29 | Orekaria | Status | scheduled => resolved |
2015-12-30 16:29 | Orekaria | Resolution | open => fixed |
2015-12-30 16:29 | Orekaria | Target Version | => RR16Q1 |
2015-12-30 16:33 | jorge-garcia | Review Assigned To | migueldejuana => jorge-garcia |
2015-12-30 16:33 | jorge-garcia | Note Added: 0083081 | |
2015-12-30 16:33 | jorge-garcia | Status | resolved => closed |
2015-12-30 16:33 | jorge-garcia | Fixed in Version | => RR16Q1 |
Copyright © 2000 - 2009 MantisBT Group |