Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0035978 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | minor | always | 2017-05-11 17:23 | 2017-05-30 18:08 | |||
Reporter | migueldejuana | View Status | public | |||||
Assigned To | migueldejuana | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR17Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | f94c03c6bca7 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0035978: I35670_ServiceMultiSelectionNotGroup is failing | |||||||
Description | I35670_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 Reproduce | See Description | |||||||
Proposed Solution | saveIfNew must do the get and save in one transaction. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 --- |
![]() |
|||
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 | OBNetwork customer | => No |
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 |