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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0035978
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2017-05-11 17:232017-05-30 18:08
ReportermigueldejuanaView Statuspublic 
Assigned Tomigueldejuana 
PrioritynormalResolutionfixedFixed in VersionRR17Q3
StatusclosedFix in branchFixed in SCM revisionf94c03c6bca7
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0035978: I35670_ServiceMultiSelectionNotGroup is failing

DescriptionI35670_ServiceMultiSelectionNotGroup is failing because we are trying to to save the product(Service) 2 times.

In this test, when we add Delivery Service, we are adding 2 lines to the receipt. We are calling to createLine in parallel and saveIfnew is called for the same product at the same time so we try to insert 2 times in m_product this service. We get an error because the second time the product is already there.
Steps To ReproduceSee Description
Proposed SolutionsaveIfNew must do the get and save in one transaction.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0096613)
hgbot (developer)
2017-05-16 10:27

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: f94c03c6bca7d51d5cbb20b486ccf36ace1a8a2e
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue May 16 10:27:23 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f94c03c6bca7d51d5cbb20b486ccf36ace1a8a2e [^]

Fixed issue 0035978: I35670_ServiceMultiSelectionNotGroup is failing

- saveIfNew must do the get and save in one transaction.
- Add local attr to getInTransaction function

---
M web/org.openbravo.mobile.core/source/data/ob-dal.js
---

- Issue History
Date Modified Username Field Change
2017-05-11 17:23 migueldejuana New Issue
2017-05-11 17:23 migueldejuana Assigned To => migueldejuana
2017-05-11 17:23 migueldejuana Triggers an Emergency Pack => No
2017-05-16 10:27 hgbot Checkin
2017-05-16 10:27 hgbot Note Added: 0096613
2017-05-16 10:27 hgbot Status new => resolved
2017-05-16 10:27 hgbot Resolution open => fixed
2017-05-16 10:27 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/f94c03c6bca7d51d5cbb20b486ccf36ace1a8a2e [^]
2017-05-30 18:08 marvintm Review Assigned To => marvintm
2017-05-30 18:08 marvintm Status resolved => closed
2017-05-30 18:08 marvintm Fixed in Version => RR17Q3


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker