Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023856 | Openbravo ERP | A. Platform | public | 2013-05-20 13:15 | 2013-06-20 02:08 |
|
Reporter | ngarcia | |
Assigned To | AugustoMauch | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP25 | Fixed in Version | 3.0MP25 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 20497 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0023856: Duplicated lines in sales orders |
Description | Duplicated lines in sales orders |
Steps To Reproduce | As group admin role:
Create a new header in the Sales Order window
Create a line in form view and click Ctrl+S repeatedly
Check that the line has been duplicated |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0024258 | 3.0MP26 | closed | AugustoMauch | Duplicated lines when pressing ENTER several times in grid view |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-20 13:15 | ngarcia | New Issue | |
2013-05-20 13:15 | ngarcia | Assigned To | => AugustoMauch |
2013-05-20 13:15 | ngarcia | Modules | => Core |
2013-05-20 13:15 | ngarcia | OBNetwork customer | => Yes |
2013-05-20 13:15 | ngarcia | Support ticket | => 20497 |
2013-05-20 13:15 | ngarcia | Resolution time | => 1372629600 |
2013-05-20 13:15 | ngarcia | Triggers an Emergency Pack | => No |
2013-05-20 13:15 | ngarcia | Issue Monitored: networkb | |
2013-05-20 13:17 | ngarcia | Target Version | 3.0MP24 => 3.0MP25 |
2013-05-22 12:48 | ngarcia | Note Added: 0058748 | |
2013-06-11 09:52 | alostale | Assigned To | AugustoMauch => shankarb |
2013-06-11 18:39 | AugustoMauch | Assigned To | shankarb => AugustoMauch |
2013-06-12 11:56 | AugustoMauch | Issue Monitored: shankarb | |
2013-06-12 11:56 | AugustoMauch | Review Assigned To | => shankarb |
2013-06-12 12:01 | hgbot | Checkin | |
2013-06-12 12:01 | hgbot | Note Added: 0059385 | |
2013-06-12 12:01 | hgbot | Status | new => resolved |
2013-06-12 12:01 | hgbot | Resolution | open => fixed |
2013-06-12 12:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e18b9062f75074f5bbbe668c6402fc837986a854 [^] |
2013-06-13 08:48 | shankarb | Note Added: 0059407 | |
2013-06-13 08:48 | shankarb | Status | resolved => closed |
2013-06-13 08:48 | shankarb | Fixed in Version | => 3.0MP25 |
2013-06-20 02:08 | hudsonbot | Checkin | |
2013-06-20 02:08 | hudsonbot | Note Added: 0059572 | |
2013-07-03 09:50 | jonalegriaesarte | Relationship added | related to 0024258 |
Notes |
|
|
On a partner environment it also happens when clicking on the save icons of the toolbar |
|
|
(0059385)
|
hgbot
|
2013-06-12 12:01
|
|
Repository: erp/devel/pi
Changeset: e18b9062f75074f5bbbe668c6402fc837986a854
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Jun 12 12:00:11 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e18b9062f75074f5bbbe668c6402fc837986a854 [^]
Fixes issue 23856: Records are not duplicated when saving repeatedly
Now the standard view datasource checks if there is an ongoing save transaction before saving a record. If the is, it does not calls the datasource again, because that would result in the record being duplicated in the database.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view-datasource.js
---
|
|
|
(0059407)
|
shankarb
|
2013-06-13 08:48
|
|
Code reviewed and tested in pi changeset a148e16b1057 |
|
|
|
|