Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0037798Openbravo ERP02. Master data managementpublic2018-02-01 10:352018-02-22 18:19
gorkaion 
markmm82 
urgentmajoralways
closedfixed 
5
 
3.0PR18Q2 
dmiguelez
Core
No
0037798: Add Characteristic to Product does not update the Characteristic 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.
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.
Do a commit and notify the import entry creation on the event handler.
No tags attached.
related to defect 0037852 closed markmm82 VariantChDescUpdateProcessor fails with OutOfMemoryError when there are many products to update 0000752:0000600 
Issue History
2018-02-01 10:35gorkaionNew Issue
2018-02-01 10:35gorkaionAssigned To => Triage Finance
2018-02-01 10:35gorkaionModules => Core
2018-02-01 10:35gorkaionResolution time => 1519254000
2018-02-01 10:35gorkaionTriggers an Emergency Pack => No
2018-02-01 11:00PracticsIssue Monitored: Practics
2018-02-06 11:19dmiguelezAssigned ToTriage Finance => markmm82
2018-02-06 17:19markmm82Statusnew => scheduled
2018-02-06 22:15markmm82Note Added: 0102232
2018-02-07 13:49gorkaionIssue cloned0037852
2018-02-07 13:49gorkaionRelationship addedrelated to 0037852
2018-02-07 16:29hgbotCheckin
2018-02-07 16:29hgbotNote Added: 0102256
2018-02-07 16:29hgbotStatusscheduled => resolved
2018-02-07 16:29hgbotResolutionopen => fixed
2018-02-07 16:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/245b0075a8d3e468ce6dea16607b0e7061ad729d [^]
2018-02-07 16:33dmiguelezReview Assigned To => dmiguelez
2018-02-07 16:33dmiguelezNote Added: 0102257
2018-02-07 16:33dmiguelezStatusresolved => closed
2018-02-07 16:33dmiguelezFixed in Version => 3.0PR18Q2
2018-02-22 18:19hudsonbotCheckin
2018-02-22 18:19hudsonbotNote Added: 0102729

Notes
(0102232)
markmm82   
2018-02-06 22:15   
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
---
(0102257)
dmiguelez   
2018-02-07 16:33   
Code Review + Testing Ok
(0102729)
hudsonbot   
2018-02-22 18:19   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^]
Maturity status: Test