Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030189 | Openbravo ERP | A. Platform | public | 2015-06-16 13:15 | 2015-06-18 18:32 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q3 | Fixed in Version | 3.0PR15Q3 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0030189: Values are overwritten under some circumstances in Modify Payment Plan |
Description | Values are overwritten under some circumstances in Modify Payment Plan |
Steps To Reproduce | 1) As System Administrator, display "Modify Payment Plan" button in Payment Plan tab of Sales Invoice window
2) As Group Admin, Create new Sales Invoice document. Add line and process
3) Go to Payment Plan tab and click on "Modify Payment Plan" button
4) Create two new lines
5) Edit the Payment Method for the last line
6) Click on the previous line (this is a new created record too). Notice that the values of this record has been replaced with the ones of the record edited in step 5)
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0030060 | | closed | caristu | Select Payments Pick&Edit window is not working properly |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-06-16 13:15 | caristu | New Issue | |
2015-06-16 13:15 | caristu | Assigned To | => platform |
2015-06-16 13:15 | caristu | Modules | => Core |
2015-06-16 13:15 | caristu | Triggers an Emergency Pack | => No |
2015-06-16 13:15 | caristu | Relationship added | related to 0030060 |
2015-06-16 13:15 | caristu | Issue Monitored: networkb | |
2015-06-16 13:17 | caristu | Assigned To | platform => caristu |
2015-06-16 13:17 | caristu | Target Version | => 3.0PR15Q3 |
2015-06-16 18:13 | caristu | Assigned To | caristu => alostale |
2015-06-16 18:13 | caristu | Assigned To | alostale => caristu |
2015-06-16 18:13 | caristu | Issue Monitored: alostale | |
2015-06-16 18:13 | caristu | Review Assigned To | => alostale |
2015-06-16 18:15 | hgbot | Checkin | |
2015-06-16 18:15 | hgbot | Note Added: 0078328 | |
2015-06-16 18:15 | hgbot | Status | new => resolved |
2015-06-16 18:15 | hgbot | Resolution | open => fixed |
2015-06-16 18:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/030458458cf6c0a3762c4889f3cd18118e2ca459 [^] |
2015-06-16 18:52 | hgbot | Checkin | |
2015-06-16 18:52 | hgbot | Note Added: 0078329 | |
2015-06-18 08:48 | alostale | Note Added: 0078360 | |
2015-06-18 08:48 | alostale | Status | resolved => closed |
2015-06-18 08:48 | alostale | Fixed in Version | => 3.0PR15Q3 |
2015-06-18 18:32 | hudsonbot | Checkin | |
2015-06-18 18:32 | hudsonbot | Note Added: 0078379 | |
2015-06-18 18:32 | hudsonbot | Checkin | |
2015-06-18 18:32 | hudsonbot | Note Added: 0078380 | |
Notes |
|
(0078328)
|
hgbot
|
2015-06-16 18:15
|
|
Repository: erp/devel/pi
Changeset: 030458458cf6c0a3762c4889f3cd18118e2ca459
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jun 16 18:13:08 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/030458458cf6c0a3762c4889f3cd18118e2ca459 [^]
Fixes issue 30189: Values could be overwritten in Modify Payment Plan
In the Modify Payment Plan grid an add function is creating an object to set the values for the new records. This function is setting an empty string for the id property, i.e., every new created record is generated with the same id. This causes that the selection record change is not handled properly under some circumstances in the _startEditing method of the ListGrid class.
To avoid this problem, the id property is not included in the object instead of leaving it empty.
---
M modules/org.openbravo.advpaymentmngt/web/org.openbravo.advpaymentmngt/js/ob-aprm-utilities.js
---
|
|
|
(0078329)
|
hgbot
|
2015-06-16 18:52
|
|
Repository: erp/devel/pi
Changeset: ef5f37a64b57b02e48ac7dc1430fa04e4180c5ae
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Jun 16 18:52:11 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ef5f37a64b57b02e48ac7dc1430fa04e4180c5ae [^]
Related to issue 30189: Adapt process handler to retrieve objects without id
---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/actionHandler/ModifyPaymentPlanActionHandler.java
---
|
|
|
|
|
|
|
|
|
|
|