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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0031804
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Retail Modules] Web POSmajorsometimes2015-11-21 16:172016-02-16 17:01
ReporterOrekariaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionacd438a5a2d3
ProjectionnoneETAnoneTarget VersionRR16Q2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0031804: Stabilization: Explicitly sort the search product results

DescriptionStabilization: Explicitly sort the search product results
Steps To ReproduceVerify that the 'ProductCharacteristicsSearchProductChangesCharacteristic_HV' is sometimes failing

See related issue 31554
Proposed SolutionThis 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0031554RR16Q1 closedOrekaria Stabilization: Explicitly sort the search product results 

-  Notes
(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 (developer)
2016-02-16 17:01

Tested and reviewed in bf5683b09d0a

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