Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031554
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorsometimes2015-11-21 16:172015-12-30 16:33
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR16Q1
StatusclosedFix in branchFixed in SCM revision100c2bc635df
ProjectionnoneETAnoneTarget VersionRR16Q1
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tojorge-garcia
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031554: Stabilization: Explicitly sort the search product results

DescriptionStabilization: Explicitly sort the search product results
Steps To ReproduceVerify that the 'ProductCharacteristicsSearchProductChangesCharacteristic_HV' is sometimes failing
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0031804RR16Q2 closedranjith_qualiantech_com Stabilization: Explicitly sort the search product results 
related to defect 0031536 closedOrekaria Stabilization: Filter buttons are not sorted 
blocks defect 0031556 closedSandrahuguet [HGVOL] Search product fails to filter 

-  Notes
(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 (developer)
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 (reporter)
2015-12-30 16:33

Code review and testing OK

- 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 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
Powered by Mantis Bugtracker