Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037798 | Openbravo ERP | 02. Master data management | public | 2018-02-01 10:35 | 2018-02-22 18:19 |
|
Reporter | gorkaion | |
Assigned To | markmm82 | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q2 | |
Merge Request Status | |
Review Assigned To | dmiguelez |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 109 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037798: Add Characteristic to Product does not update the Characteristic Description |
Description | When adding a characteristic value to an existing product its Characteristic Description field should be updated with the new value.
This is not happening.
The ProductCharacteristicValueEventHandler event handler should generate an ImportEntry to update it but it is not working. |
Steps To Reproduce | 1 Go to Product Characteristics window.
2 If none exists create a Characteristic and a Value.
3 Click on Add to Product button.
4 Select a product and click done
5 Go to Product window and check in the grid that the characteristic description of the selected product has not changed. |
Proposed Solution | Do a commit and notify the import entry creation on the event handler. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0037852 | | closed | markmm82 | VariantChDescUpdateProcessor fails with OutOfMemoryError when there are many products to update 0000752:0000600 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-02-01 10:35 | gorkaion | New Issue | |
2018-02-01 10:35 | gorkaion | Assigned To | => Triage Finance |
2018-02-01 10:35 | gorkaion | OBNetwork customer | => No |
2018-02-01 10:35 | gorkaion | Modules | => Core |
2018-02-01 10:35 | gorkaion | Support ticket | => 109 |
2018-02-01 10:35 | gorkaion | Resolution time | => 1519254000 |
2018-02-01 10:35 | gorkaion | Triggers an Emergency Pack | => No |
2018-02-01 11:00 | Practics | Issue Monitored: Practics | |
2018-02-05 13:12 | gorkaion | OBNetwork customer | No => Yes |
2018-02-06 11:19 | dmiguelez | Assigned To | Triage Finance => markmm82 |
2018-02-06 17:19 | markmm82 | Status | new => scheduled |
2018-02-06 22:15 | markmm82 | Note Added: 0102232 | |
2018-02-07 13:49 | gorkaion | Issue cloned | 0037852 |
2018-02-07 13:49 | gorkaion | Relationship added | related to 0037852 |
2018-02-07 16:29 | hgbot | Checkin | |
2018-02-07 16:29 | hgbot | Note Added: 0102256 | |
2018-02-07 16:29 | hgbot | Status | scheduled => resolved |
2018-02-07 16:29 | hgbot | Resolution | open => fixed |
2018-02-07 16:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/245b0075a8d3e468ce6dea16607b0e7061ad729d [^] |
2018-02-07 16:33 | dmiguelez | Review Assigned To | => dmiguelez |
2018-02-07 16:33 | dmiguelez | Note Added: 0102257 | |
2018-02-07 16:33 | dmiguelez | Status | resolved => closed |
2018-02-07 16:33 | dmiguelez | Fixed in Version | => 3.0PR18Q2 |
2018-02-22 18:19 | hudsonbot | Checkin | |
2018-02-22 18:19 | hudsonbot | Note Added: 0102729 | |
Notes |
|
|
Test Plan
1 Go to Product Characteristics window.
2 If none exists create a Characteristic and a Value.
3 Click on Add to Product button.
4 Select a product and click done
5 Go to Product window and check in the grid that the characteristic description of the selected product has been changed with defined in the characteristics window. |
|
|
(0102256)
|
hgbot
|
2018-02-07 16:29
|
|
Repository: erp/devel/pi
Changeset: 245b0075a8d3e468ce6dea16607b0e7061ad729d
Author: Mark <markmm82 <at> gmail.com>
Date: Tue Feb 06 16:11:52 2018 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/245b0075a8d3e468ce6dea16607b0e7061ad729d [^]
Fixed issue 37798: Add Characteristic to Product does not update the
Characteristic Description
When adding a characteristic value to an existing product its Characteristic Description
field should update with the new value but wasn't doing as expected.
To fix, ii passed True as commitAndClose to commit and notify the import entry creation
on the event handler.
---
M src/org/openbravo/event/ProductCharacteristicValueEventHandler.java
---
|
|
|
|
|
|
|
|