Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028523 | Openbravo ERP | 02. Master data management | public | 2015-01-05 17:05 | 2015-02-04 20:33 |
|
Reporter | ngarcia | |
Assigned To | AtulOpenbravo | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR15Q2 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | umartirena |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 33079 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028523: Code field change in "Product Characteristics - Value" tab is not transferred to inactive records in the tab of Product window |
Description | Code field change in "Product Characteristics - Value" tab is not transferred to inactive records in the tab of Product window (Product - Characteristics - Characteristic Configuration) |
Steps To Reproduce | As group admin role:
Create a Characteristic and set it as Variant
Create two values to it
Create a new Product and set it as Generic
Add the previously created Characteristic to it
Go to Characteristics Configuration tab and deactivate one of the records
Navigate to that Characteristic Value and change its Code
Check the Code is not updated in the Product window tab
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-05 17:05 | ngarcia | New Issue | |
2015-01-05 17:05 | ngarcia | Assigned To | => AtulOpenbravo |
2015-01-05 17:05 | ngarcia | OBNetwork customer | => Yes |
2015-01-05 17:05 | ngarcia | Modules | => Core |
2015-01-05 17:05 | ngarcia | Support ticket | => 33079 |
2015-01-05 17:05 | ngarcia | Resolution time | => 1420758000 |
2015-01-05 17:05 | ngarcia | Triggers an Emergency Pack | => No |
2015-01-08 11:07 | AtulOpenbravo | Status | new => scheduled |
2015-01-08 11:07 | AtulOpenbravo | fix_in_branch | => pi |
2015-01-09 07:28 | AtulOpenbravo | Review Assigned To | => Sandrahuguet |
2015-01-09 07:28 | AtulOpenbravo | Note Added: 0073385 | |
2015-01-09 07:28 | AtulOpenbravo | fix_in_branch | pi => |
2015-01-09 07:29 | hgbot | Checkin | |
2015-01-09 07:29 | hgbot | Note Added: 0073386 | |
2015-01-09 07:29 | hgbot | Status | scheduled => resolved |
2015-01-09 07:29 | hgbot | Resolution | open => fixed |
2015-01-09 07:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/437ac768ed5360684c435dbe97decddbc65ce1fd [^] |
2015-01-13 09:47 | umartirena | Review Assigned To | Sandrahuguet => umartirena |
2015-01-13 09:47 | umartirena | Note Added: 0073447 | |
2015-01-13 09:47 | umartirena | Status | resolved => closed |
2015-01-13 09:47 | umartirena | Fixed in Version | => pi |
2015-02-04 20:33 | hudsonbot | Checkin | |
2015-02-04 20:33 | hudsonbot | Note Added: 0074126 | |
Notes |
|
|
Test Plan
- Login as F&B International Group Admin
- Create a Characteristic "Color" and set it as Variant.
- Create two values to it
Name: Red Code R
Name: Blue Code B
- Create a new Product "Shirt" and set it as Generic.
- Add the "Color" Characteristic to it.
- Go to Characteristics Configuration tab and deactivate record with "Blue" characteristic value.
- Navigate to "Blue" Characteristic Value and change its Code to "BL".
- Check the Code is updated in the Product window Characteristics >> Configuration tab |
|
|
(0073386)
|
hgbot
|
2015-01-09 07:29
|
|
Repository: erp/devel/pi
Changeset: 437ac768ed5360684c435dbe97decddbc65ce1fd
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Fri Jan 09 11:54:38 2015 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/437ac768ed5360684c435dbe97decddbc65ce1fd [^]
Fixes Issue 28523: Code field change in "Product Characteristics - Value"
tab is not transferred to inactive records in the tab of Product window
Active Filter is set false when selecting Product Characteristics
Configuration records in Characteristics Value change event handler.
---
M src/org/openbravo/event/CharacteristicValueEventHandler.java
---
|
|
|
(0073447)
|
umartirena
|
2015-01-13 09:47
|
|
|
|
|
|