Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031554 | Retail Modules | Web POS | public | 2015-11-21 16:17 | 2015-12-30 16:33 |
|
Reporter | Orekaria | |
Assigned To | Orekaria | |
Priority | normal | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR16Q1 | Fixed in Version | RR16Q1 | |
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 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0031804 | RR16Q2 | closed | ranjith_qualiantech_com | Stabilization: Explicitly sort the search product results | related to | defect | 0031536 | | closed | Orekaria | Stabilization: Filter buttons are not sorted | blocks | defect | 0031556 | | closed | Sandrahuguet | [HGVOL] Search product fails to filter |
|
Attached Files | |
|
Issue History |
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 |
Notes |
|
(0082042)
|
hgbot
|
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
|
2015-11-21 19:22
|
|
|
|
|
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
|
2015-12-30 16:33
|
|
Code review and testing OK |
|